Skip to content

Commit

Permalink
Mangastarz & Mangastarz : domain change (#6293)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored Oct 6, 2023
1 parent db51966 commit 42a27ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/MangaSpark.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export default class MangaSpark extends WordPressMadara {
super.id = 'mangaspark';
super.label = 'مانجا سبارك (MangaSpark)';
this.tags = [ 'manga', 'webtoon', 'arabic' ];
this.url = 'https://mangaspark.com';
this.url = 'https://mangaspark.org';
}
}
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/MangaStarz.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export default class MangaStarz extends WordPressMadara {
super.id = 'mangastarz';
super.label = 'مانجا ستارز (Mangastarz)';
this.tags = [ 'manga', 'webtoon', 'arabic' ];
this.url = 'https://mangastarz.com';
this.url = 'https://mangastarz.org';
}
}

0 comments on commit 42a27ec

Please sign in to comment.