Skip to content

Commit

Permalink
Fix winterscan : change domain (#6935)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored and ronny1982 committed Jul 27, 2024
1 parent fc3efe1 commit a23d16b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/mjs/connectors/winterscan.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export default class winterscan extends WordPressMadara {
super.id = 'winterscan';
super.label = 'Winter Scan';
this.tags = [ 'webtoon', 'portuguese', 'scanlation' ];
this.url = 'https://winterscan.com.br';
this.url = 'https://winterscan.com';
}
}
}

0 comments on commit a23d16b

Please sign in to comment.