From 2a52460a59448abaf681046fbc5dca642285ae1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E5=94=81?= <52o@qq52o.cn> Date: Sun, 5 Jul 2020 19:17:50 +0800 Subject: [PATCH] fix: Russian language link error (#1270) --- docs/_navbar.md | 2 +- docs/index.html | 2 +- index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_navbar.md b/docs/_navbar.md index 47a2356a9..e31e905ec 100644 --- a/docs/_navbar.md +++ b/docs/_navbar.md @@ -3,4 +3,4 @@ - [:cn: 中文](/zh-cn/) - [:de: Deutsch](/de-de/) - [:es: Spanish](/es/) - - [:ru: Russian](/ru/) + - [:ru: Russian](/ru-ru/) diff --git a/docs/index.html b/docs/index.html index 864a722d3..41979e96f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -32,7 +32,7 @@ '/.*/_navbar.md': '/_navbar.md', '/zh-cn/(.*)': 'https://cdn.jsdelivr.net/gh/docsifyjs/docs-zh@master/$1', '/de-de/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-de/master/$1', - '/ru/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-ru/master/$1', + '/ru-ru/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-ru/master/$1', '/es/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-es/master/$1' }, auto2top: true, diff --git a/index.html b/index.html index 0443d1caa..5d2319844 100644 --- a/index.html +++ b/index.html @@ -26,7 +26,7 @@ '/.*/_navbar.md': '/_navbar.md', '/zh-cn/(.*)': 'https://cdn.jsdelivr.net/gh/docsifyjs/docs-zh@master/$1', '/de-de/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-de/master/$1', - '/ru/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-ru/master/$1', + '/ru-ru/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-ru/master/$1', '/es/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-es/master/$1' }, auto2top: true,