Skip to content

Commit

Permalink
GriMelek change domain (#7370)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored Sep 7, 2024
1 parent e40b01f commit d088844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/mjs/connectors/Siyahmelek.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ export default class Siyahmelek extends WordPressMadara {
super.id = 'siyahmelek';
super.label = 'Gri Melek (Siyahmelek)';
this.tags = [ 'manga', 'webtoon', 'turkish' ];
this.url = 'https://grimelek.mom';
this.url = 'https://grimelek.pro';
this.links = {
login : 'https://grimelek.mom'//this website needs login to see content !
login : 'https://grimelek.pro'//this website needs login to see content !
};
}

Expand Down

0 comments on commit d088844

Please sign in to comment.