diff --git a/src/web/mjs/connectors/GekkouScans.mjs b/src/web/mjs/connectors/GekkouScans.mjs index b41a96a8b2..3a589b4673 100644 --- a/src/web/mjs/connectors/GekkouScans.mjs +++ b/src/web/mjs/connectors/GekkouScans.mjs @@ -7,6 +7,6 @@ export default class GekkouScans extends WordPressMadara { super.id = 'gekkouscans'; super.label = 'Gekkou Scans'; this.tags = [ 'manga', 'webtoon', 'portuguese' ]; - this.url = 'https://gekkou.com.br'; + this.url = 'https://gekkouscans.top'; } }