Skip to content

Commit

Permalink
WebtoonHatti: change domain
Browse files Browse the repository at this point in the history
Closes #7633
  • Loading branch information
MikeZeDev authored Dec 27, 2024
1 parent 4d82ab9 commit 62f7de6
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.com';
this.url = 'https://webtoonhatti.me';
}

async _getPages(chapter) {
Expand Down

0 comments on commit 62f7de6

Please sign in to comment.