Skip to content

Commit

Permalink
Fix MangaWOW : change domain (#6581)
Browse files Browse the repository at this point in the history
Fixes #6580
  • Loading branch information
MikeZeDev authored Dec 17, 2023
1 parent 1250933 commit d620bf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/mjs/connectors/MangaWOW.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export default class MangaWOW extends WordPressMadara {
super.id = 'mangawow';
super.label = 'MangaWOW';
this.tags = [ 'webtoon', 'turkish' ];
this.url = 'https://mangawow.net';
this.url = 'https://mangawow.org';
}
}
}

0 comments on commit d620bf1

Please sign in to comment.