Skip to content

Commit

Permalink
FIX MangaRolls : change url (#5998)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored Jul 31, 2023
1 parent 458f46c commit ce7e353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/MangaRolls.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export default class MangaRolls extends WordPressMadara {
super.id = 'mangarolls';
super.label = 'MangaRolls';
this.tags = [ 'webtoon', 'manga', 'english' ];
this.url = 'https://mangarolls.com';
this.url = 'https://mangarolls.net';
}
}

0 comments on commit ce7e353

Please sign in to comment.