diff --git a/src/es/legendsnofansub/build.gradle b/src/es/legendsnofansub/build.gradle
index 88cecd0fb..39e6e68d6 100644
--- a/src/es/legendsnofansub/build.gradle
+++ b/src/es/legendsnofansub/build.gradle
@@ -2,8 +2,8 @@ ext {
     extName = 'Legends No Fansub'
     extClass = '.LegendsNoFansub'
     themePkg = 'madara'
-    baseUrl = 'https://legends.nextnovels.com'
-    overrideVersionCode = 0
+    baseUrl = 'https://legnmangas.com'
+    overrideVersionCode = 1
     isNsfw = true
 }
 
diff --git a/src/es/legendsnofansub/src/eu/kanade/tachiyomi/extension/es/legendsnofansub/LegendsNoFansub.kt b/src/es/legendsnofansub/src/eu/kanade/tachiyomi/extension/es/legendsnofansub/LegendsNoFansub.kt
index 8f33c311f..1076637e6 100644
--- a/src/es/legendsnofansub/src/eu/kanade/tachiyomi/extension/es/legendsnofansub/LegendsNoFansub.kt
+++ b/src/es/legendsnofansub/src/eu/kanade/tachiyomi/extension/es/legendsnofansub/LegendsNoFansub.kt
@@ -12,7 +12,7 @@ import java.util.concurrent.TimeUnit
 
 class LegendsNoFansub : Madara(
     "Legends No Fansub",
-    "https://legends.nextnovels.com",
+    "https://legnmangas.com",
     "es",
     SimpleDateFormat("dd/MM/yyyy", Locale("es")),
 ) {