Skip to content

Commit

Permalink
Fix ZinManga: change domain (manga-download#6978)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored and serge-reboul committed Jun 30, 2024
1 parent 0a05fe5 commit 7b083ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/mjs/connectors/ZinManga.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export default class ZinManga extends WordPressMadara {
super.id = 'zinmanga';
super.label = 'Zin Manga';
this.tags = [ 'manga', 'high-quality', 'english', 'scanlation' ];
this.url = 'https://zinmanga.com';
this.url = 'https://mangazin.org';
}
}
}

0 comments on commit 7b083ba

Please sign in to comment.