Skip to content

Commit 2a52460

Browse files
authored
fix: Russian language link error (#1270)
1 parent 537597c commit 2a52460

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/_navbar.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
- [:cn: 中文](/zh-cn/)
44
- [:de: Deutsch](/de-de/)
55
- [:es: Spanish](/es/)
6-
- [:ru: Russian](/ru/)
6+
- [:ru: Russian](/ru-ru/)

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
'/.*/_navbar.md': '/_navbar.md',
3333
'/zh-cn/(.*)': 'https://cdn.jsdelivr.net/gh/docsifyjs/docs-zh@master/$1',
3434
'/de-de/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-de/master/$1',
35-
'/ru/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-ru/master/$1',
35+
'/ru-ru/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-ru/master/$1',
3636
'/es/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-es/master/$1'
3737
},
3838
auto2top: true,

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
'/.*/_navbar.md': '/_navbar.md',
2727
'/zh-cn/(.*)': 'https://cdn.jsdelivr.net/gh/docsifyjs/docs-zh@master/$1',
2828
'/de-de/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-de/master/$1',
29-
'/ru/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-ru/master/$1',
29+
'/ru-ru/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-ru/master/$1',
3030
'/es/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-es/master/$1'
3131
},
3232
auto2top: true,

0 commit comments

Comments
 (0)