Skip to content

Commit

Permalink
Fix ManhwaList: change domain
Browse files Browse the repository at this point in the history
Fixes #6198
  • Loading branch information
MikeZeDev authored Sep 4, 2023
1 parent e0ecd12 commit 4581392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/ManhwaList.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default class ManhwaList extends WordPressMangastream {
super.id = 'manhwalist';
super.label = 'Manhwa List';
this.tags = [ 'manga', 'indonesian'];
this.url = 'https://manhwalist.xyz';
this.url = 'https://manhwalist.com';
this.path = '/manga/?list';
}
}

0 comments on commit 4581392

Please sign in to comment.