Skip to content

Commit

Permalink
RuyaManga : cahnge domain (#7323)
Browse files Browse the repository at this point in the history
Fixes #7321
  • Loading branch information
MikeZeDev authored Aug 12, 2024
1 parent f4d54da commit 28b53be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/mjs/connectors/RuyaManga.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export default class RuyaManga extends WordPressMadara {
super.id = 'ruyamanga';
super.label = 'Rüya Manga';
this.tags = [ 'manga', 'webtoon', 'turkish' ];
this.url = 'https://www.ruyamanga.com';
this.url = 'https://www.ruya-manga.com';
}
}
}

0 comments on commit 28b53be

Please sign in to comment.