Skip to content

Commit

Permalink
FIX GuncelManga : change domain (#6571)
Browse files Browse the repository at this point in the history
Fixes #6560
  • Loading branch information
MikeZeDev authored Dec 17, 2023
1 parent bf68368 commit bed4ea4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/mjs/connectors/GuncelManga.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export default class GuncelManga extends WordPressMadara {
super.id = 'guncelmanga';
super.label = 'Güncel Manga';
this.tags = [ 'manga', 'turkish' ];
this.url = 'https://guncelmanga.com';
this.url = 'https://guncelmanga.net';
}
}
}

0 comments on commit bed4ea4

Please sign in to comment.