Skip to content

Commit

Permalink
FIX NinjaScan: change domain (#6602)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored Dec 30, 2023
1 parent d230347 commit 0fb5d39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/mjs/connectors/NinjaScan.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export default class NinjaScan extends WordPressMadara {
super.id = 'ninjascan';
super.label = 'Ninja Scan';
this.tags = [ 'webtoon', 'portuguese', 'scanlation' ];
this.url = 'https://ninjascan.xyz';
this.url = 'https://ninjascan.site';
}
}
}

0 comments on commit 0fb5d39

Please sign in to comment.