Skip to content

Commit

Permalink
Fix MangaTX : domain changed
Browse files Browse the repository at this point in the history
Fixes #6911
  • Loading branch information
MikeZeDev authored Mar 23, 2024
1 parent 29f3622 commit fdf3fdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/mjs/connectors/MangaTX.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export default class MangaTX extends WordPressMadara {
super.id = 'mangatx';
super.label = 'Mangatx';
this.tags = [ 'webtoon', 'english' ];
this.url = 'https://mangatx.com';
this.url = 'https://mangatx.to';
}
}
}

0 comments on commit fdf3fdf

Please sign in to comment.