Skip to content

Commit

Permalink
NightScans : change domain (#7082)
Browse files Browse the repository at this point in the history
Closes #7081
  • Loading branch information
MikeZeDev authored May 17, 2024
1 parent ff293c0 commit b6cbad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/NightScans.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class NightScans extends WordPressMangastream {
super.id = 'nightscans';
super.label = 'NightScans';
this.tags = [ 'manga', 'english', 'scanlation' ];
this.url = 'https://nightscans.net';
this.url = 'https://night-scans.net';
this.path = '/manga/list-mode/';
}

Expand Down

0 comments on commit b6cbad8

Please sign in to comment.