diff --git a/src/vi/hentaivn/build.gradle b/src/vi/hentaivn/build.gradle
index db7cef895..cb6ad98db 100644
--- a/src/vi/hentaivn/build.gradle
+++ b/src/vi/hentaivn/build.gradle
@@ -1,7 +1,7 @@
 ext {
     extName = 'HentaiVN'
     extClass = '.HentaiVN'
-    extVersionCode = 31
+    extVersionCode = 32
     isNsfw = true
 }
 
diff --git a/src/vi/hentaivn/src/eu/kanade/tachiyomi/extension/vi/hentaivn/HentaiVN.kt b/src/vi/hentaivn/src/eu/kanade/tachiyomi/extension/vi/hentaivn/HentaiVN.kt
index 7b7425305..44b171c69 100644
--- a/src/vi/hentaivn/src/eu/kanade/tachiyomi/extension/vi/hentaivn/HentaiVN.kt
+++ b/src/vi/hentaivn/src/eu/kanade/tachiyomi/extension/vi/hentaivn/HentaiVN.kt
@@ -43,7 +43,7 @@ class HentaiVN : ParsedHttpSource(), ConfigurableSource {
         Injekt.get<Application>().getSharedPreferences("source_$id", 0x0000)
     }
 
-    private val defaultBaseUrl = "https://hentaivn.tv"
+    private val defaultBaseUrl = "https://henvn.tv"
     override val baseUrl by lazy { preferences.getString(PREF_KEY_BASE_URL, defaultBaseUrl)!! }
 
     override val name = "HentaiVN"
@@ -421,7 +421,7 @@ class HentaiVN : ParsedHttpSource(), ConfigurableSource {
     )
 
     // console.log(jQuery.makeArray($('ul.ul-search > li').map((i, e) => `Genre("${e.textContent}", "${e.children[0].value}")`)).join(',\n'))
-    // https://hentaivn.autos/forum/search-plus.php
+    // https://henvn.tv/forum/search-plus.php
     private fun getGenreList() = listOf(
         Genre("3D Hentai", "3"),
         Genre("Action", "5"),