Skip to content

Commit

Permalink
Fix NhatTruyen: change domain (#7051)
Browse files Browse the repository at this point in the history
like every week.

Fixes #6949
  • Loading branch information
MikeZeDev authored and ronny1982 committed Jul 27, 2024
1 parent 4ab752c commit bc75a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/NhatTruyen.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class NhatTruyen extends MojoPortalComic {
super.id = 'nhattruyen';
super.label = 'NhatTruyen';
this.tags = [ 'manga', 'vietnamese' ];
this.url = 'https://nhattruyentop.com';
this.url = 'https://nhattruyenss.com';
this.links = {
login: this.url + '/Secure/Login.aspx'
};
Expand Down

0 comments on commit bc75a03

Please sign in to comment.