Browse Source

use relative path in navigation.json

Le Tan 6 years ago
parent
commit
339d4ef6e9
2 changed files with 2 additions and 2 deletions
  1. 1 1
      en_us/navigation.json
  2. 1 1
      zh_cn/navigation.json

+ 1 - 1
en_us/navigation.json

@@ -37,7 +37,7 @@
             [
                 {
                     "text": "中文 Chinese",
-                    "target": "https://tamlok.github.io/vnote/zh_cn/"
+                    "target": "../zh_cn/"
                 }
             ]
         }

+ 1 - 1
zh_cn/navigation.json

@@ -37,7 +37,7 @@
             [
                 {
                     "text": "English",
-                    "target": "https://tamlok.github.io/vnote/en_us/"
+                    "target": "../en_us/"
                 }
             ]
         }