Skip to content

Commit 2098772

Browse files
committed
fix: update Rstest link
1 parent 02ab0b3 commit 2098772

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/nav-icon/nav-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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://github.com/web-infra-dev/rstest"
48+
"url": "https://rstest.dev/"
4949
},
5050
{
5151
"name": "Awesome Rspack",

src/tool-stack/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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://github.com/web-infra-dev/rstest',
66-
urlText: 'web-infra-dev/rstest',
65+
url: 'https://rstest.dev/',
66+
urlText: 'rstest.dev',
6767
},
6868
];
6969

0 commit comments

Comments
 (0)