We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02ab0b3 commit 2098772Copy full SHA for 2098772
2 files changed
src/nav-icon/nav-config.json
@@ -45,7 +45,7 @@
45
"descEn": "Testing framework",
46
"logoScale": 0.95,
47
"logo": "https://assets.rspack.dev/rstest/rstest-logo.svg",
48
- "url": "https://github.com/web-infra-dev/rstest"
+ "url": "https://rstest.dev/"
49
},
50
{
51
"name": "Awesome Rspack",
src/tool-stack/index.tsx
@@ -62,8 +62,8 @@ export const ToolStack: React.FC<{ lang: string }> = memo(({ lang }) => {
62
? 'An testing framework that provides first-class support for Rspack ecosystem'
63
: '基于 Rspack 的测试框架,为 Rspack 生态提供全面、一流的支持',
64
logo: 'https://assets.rspack.dev/rstest/rstest-logo.svg',
65
- url: 'https://github.com/web-infra-dev/rstest',
66
- urlText: 'web-infra-dev/rstest',
+ url: 'https://rstest.dev/',
+ urlText: 'rstest.dev',
67
68
];
69
0 commit comments