Skip to content

Commit

Permalink
ImmortalUpdates: change domain (#7152)
Browse files Browse the repository at this point in the history
Fixes #7145
  • Loading branch information
MikeZeDev authored Jun 7, 2024
1 parent 4d4a856 commit 9771f1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/mjs/connectors/ImmortalUpdates.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export default class ImmortalUpdates extends WordPressMadara {
super.id = 'immortalupdates';
super.label = 'Immortal Updates';
this.tags = [ 'webtoon', 'english' ];
this.url = 'https://immortalupdates.com';
this.url = 'https://mortalsgroove.com';
}
}
}

0 comments on commit 9771f1e

Please sign in to comment.