Skip to content

Commit 3aae0ad

Browse files
committed
docs: update links from .dev to .rs domain
1 parent 55b5dd4 commit 3aae0ad

File tree

6 files changed

+9
-12
lines changed

6 files changed

+9
-12
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ build/Release
4545
node_modules/
4646
jspm_packages/
4747

48-
# Snowpack dependency directory (https://snowpack.dev/)
49-
web_modules/
50-
5148
# TypeScript cache
5249
*.tsbuildinfo
5350

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ This repository contains comprehensive examples that demonstrate the Rstack ecos
66
77
## List of Examples
88

9-
| [Rspack](https://github.com/web-infra-dev/rspack) | <a href="https://github.com/web-infra-dev/rspack" target="blank"><img src="https://assets.rspack.dev/rspack/rspack-banner.png" width="400" /></a> | [Examples](./rspack) | [Document](https://rspack.dev/) |
9+
| [Rspack](https://github.com/web-infra-dev/rspack) | <a href="https://github.com/web-infra-dev/rspack" target="blank"><img src="https://assets.rspack.rs/rspack/rspack-banner.png" width="400" /></a> | [Examples](./rspack) | [Document](https://rspack.rs/) |
1010
| :---------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------: | :---------------------: | :----------------------------------: |
11-
| [Rsbuild](https://github.com/web-infra-dev/rsbuild) | <a href="https://github.com/web-infra-dev/rsbuild" target="blank"><img src="https://assets.rspack.dev/rsbuild/rsbuild-banner.png" width="400" /></a> | [Examples](./rsbuild) | [Document](https://rsbuild.dev/) |
12-
| [Rspress](https://github.com/web-infra-dev/rspress) | <a href="https://github.com/web-infra-dev/rspress" target="blank"><img src="https://assets.rspack.dev/rspress/rspress-banner.png" width="400" /></a> | [Examples](./rspress/) | [Document](https://rspress.dev/) |
13-
| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | <a href="https://github.com/web-infra-dev/rsdoctor" target="blank"><img src="https://assets.rspack.dev/rsdoctor/rsdoctor-banner.png" width="400" /></a> | [Examples](./rsdoctor/) | [Document](https://rsdoctor.dev/) |
14-
| [Rslib](https://github.com/web-infra-dev/rslib) | <a href="https://github.com/web-infra-dev/rslib" target="blank"><img src="https://assets.rspack.dev/rslib/rslib-banner.png" width="400" /></a> | [Examples](./rslib) | [Document](https://lib.rsbuild.dev/) |
11+
| [Rsbuild](https://github.com/web-infra-dev/rsbuild) | <a href="https://github.com/web-infra-dev/rsbuild" target="blank"><img src="https://assets.rspack.rs/rsbuild/rsbuild-banner.png" width="400" /></a> | [Examples](./rsbuild) | [Document](https://rsbuild.rs/) |
12+
| [Rspress](https://github.com/web-infra-dev/rspress) | <a href="https://github.com/web-infra-dev/rspress" target="blank"><img src="https://assets.rspack.rs/rspress/rspress-banner.png" width="400" /></a> | [Examples](./rspress/) | [Document](https://rspress.rs/) |
13+
| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | <a href="https://github.com/web-infra-dev/rsdoctor" target="blank"><img src="https://assets.rspack.rs/rsdoctor/rsdoctor-banner.png" width="400" /></a> | [Examples](./rsdoctor/) | [Document](https://rsdoctor.rs/) |
14+
| [Rslib](https://github.com/web-infra-dev/rslib) | <a href="https://github.com/web-infra-dev/rslib" target="blank"><img src="https://assets.rspack.rs/rslib/rslib-banner.png" width="400" /></a> | [Examples](./rslib) | [Document](https://rslib.rs/) |
1515

1616
## How to Use
1717

rsbuild/react-unocss/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function App() {
4444
{' | '}
4545
<a
4646
className="color-#61dafb"
47-
href="https://rsbuild.dev"
47+
href="https://rsbuild.rs"
4848
target="_blank"
4949
rel="noopener noreferrer"
5050
>

rspack/vue-vanilla/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77

88
<template>
99
<div>
10-
<a href="https://www.rspack.dev/" target="_blank">
10+
<a href="https://rspack.rs/" target="_blank">
1111
<img src="./assets/rspack.svg" class="logo" alt="Rspack logo" />
1212
</a>
1313
<a href="https://vuejs.org/" target="_blank">

rspack/vue/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default {
1313

1414
<template>
1515
<div>
16-
<a href="https://www.rspack.dev/" target="_blank">
16+
<a href="https://rspack.rs/" target="_blank">
1717
<img src="./assets/rspack.svg" class="logo" alt="Rspack logo" />
1818
</a>
1919
<a href="https://vuejs.org/" target="_blank">

rspress/basic/docs/_meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
},
1212
{
1313
"text": "API",
14-
"link": "https://rspress.dev/api/index.html"
14+
"link": "https://rspress.rs/api/"
1515
}
1616
]

0 commit comments

Comments
 (0)