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 and ronny1982 committed Jul 27, 2024
1 parent 4b3144a commit ee276ab
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 ee276ab

Please sign in to comment.