Skip to content

Commit c162155

Browse files
committed
fix: link
1 parent e01e7e7 commit c162155

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ export default defineAdditionalConfig({
88
themeConfig: {
99
nav: [
1010
{ text: 'Home', link: 'https://rustfs.com' },
11-
{ text: 'Installation', link: '/en/installation/mode' },
12-
{ text: 'SDK', link: '/en/sdk' },
11+
{ text: 'Installation', link: '/installation/linux' },
12+
{ text: 'SDK', link: '/sdk' },
1313
{ text: 'Demo', link: 'https://play.rustfs.com' },
1414
{ text: 'Community', link: 'https://github.com/rustfs/rustfs/discussions' },
15-
{ text: 'About', link: '/en/about' },
15+
{ text: 'About', link: '/about' },
1616
],
1717

1818
sidebar: {

docs/zh/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default defineAdditionalConfig({
88
themeConfig: {
99
nav: [
1010
{ text: '首页', link: 'https://rustfs.com' },
11-
{ text: '安装', link: '/zh/installation/mode' },
11+
{ text: '安装', link: '/zh/installation/linux' },
1212
{ text: 'SDK', link: '/zh/sdk' },
1313
{ text: '演示', link: 'https://play.rustfs.com' },
1414
{ text: '社区', link: 'https://github.com/rustfs/rustfs/discussions' },

0 commit comments

Comments
 (0)