Skip to content

Commit

Permalink
WebtoonHatti : change domain (#7572)
Browse files Browse the repository at this point in the history
Closes #7570
  • Loading branch information
MikeZeDev authored Nov 30, 2024
1 parent 55ae7ed commit 044128a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/WebtoonHatti.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class WebtoonHatti extends WordPressMadara {
super.id = 'webtoonhatti';
super.label = 'Webtoon Hatti';
this.tags = [ 'webtoon', 'turkish' ];
this.url = 'https://webtoonhatti.net';
this.url = 'https://webtoonhatti.com';
}

async _getPages(chapter) {
Expand Down

0 comments on commit 044128a

Please sign in to comment.