Skip to content

Commit dbc02ad

Browse files
committed
fix: links
1 parent 9a6626b commit dbc02ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default defineAdditionalConfig({
1010
{ text: 'Home', link: 'https://rustfs.com' },
1111
{ text: 'Installation', link: '/en/installation/mode' },
1212
{ text: 'SDK', link: '/en/sdk' },
13-
{ text: 'Demo', link: 'https://play.rustfs.com:7001' },
13+
{ text: 'Demo', link: 'https://play.rustfs.com' },
1414
{ text: 'Community', link: 'https://github.com/rustfs/rustfs/discussions' },
1515
{ text: 'About', link: '/en/about' },
1616
],

docs/zh/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default defineAdditionalConfig({
1010
{ text: '首页', link: 'https://rustfs.com' },
1111
{ text: '安装', link: '/zh/installation/mode' },
1212
{ text: 'SDK', link: '/zh/sdk' },
13-
{ text: '演示', link: 'https://play.rustfs.com:7001' },
13+
{ text: '演示', link: 'https://play.rustfs.com' },
1414
{ text: '社区', link: 'https://github.com/rustfs/rustfs/discussions' },
1515
{ text: '关于', link: '/zh/about' },
1616
],

0 commit comments

Comments
 (0)