Skip to content

Commit d8a90d6

Browse files
committed
feat: update Rslib and Rstest URLs
1 parent 625e940 commit d8a90d6

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/nav-icon/nav-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"desc": "库开发工具",
3030
"descEn": "Library development tool",
3131
"logo": "https://assets.rspack.dev/rslib/rslib-logo.svg",
32-
"url": "https://lib.rsbuild.dev"
32+
"url": "https://rslib.rs"
3333
},
3434
{
3535
"name": "Rsdoctor",
@@ -45,7 +45,7 @@
4545
"descEn": "Testing framework",
4646
"logoScale": 0.95,
4747
"logo": "https://assets.rspack.dev/rstest/rstest-logo.svg",
48-
"url": "https://rstest.dev/"
48+
"url": "https://rstest.rs/"
4949
},
5050
{
5151
"name": "Awesome Rspack",

src/tool-stack/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ export const ToolStack: React.FC<{ lang: string }> = memo(({ lang }) => {
3535
? 'A Rsbuild-based library development tool for creating libraries and UI components'
3636
: '基于 Rsbuild 的库开发工具,以简单的方式创建 JavaScript 库和 UI 组件库',
3737
logo: 'https://assets.rspack.dev/rslib/rslib-logo.svg',
38-
url: 'https://lib.rsbuild.dev',
39-
urlText: 'lib.rsbuild.dev',
38+
url: 'https://rslib.rs',
39+
urlText: 'rslib.rs',
4040
},
4141
{
4242
name: 'Rspress',
@@ -62,8 +62,8 @@ export const ToolStack: React.FC<{ lang: string }> = memo(({ lang }) => {
6262
? 'An testing framework that provides first-class support for Rspack ecosystem'
6363
: '基于 Rspack 的测试框架,为 Rspack 生态提供全面、一流的支持',
6464
logo: 'https://assets.rspack.dev/rstest/rstest-logo.svg',
65-
url: 'https://rstest.dev/',
66-
urlText: 'rstest.dev',
65+
url: 'https://rstest.rs/',
66+
urlText: 'rstest.rs',
6767
},
6868
];
6969

0 commit comments

Comments
 (0)