Skip to content

Commit 2a1dbef

Browse files
authored
docs: update site link (#371)
1 parent 6fb5709 commit 2a1dbef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Currently supports:
1818

1919
## Documentations
2020

21-
Learn more on the [Documentation](https://unplugin.vercel.app/)
21+
Learn more on the [Documentation](https://unplugin.unjs.io/)
2222

2323
## License
2424

docs/.vitepress/constance.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const title = 'Unplugin'
22
export const description = 'Unified plugin system. Support Vite, Rollup, webpack, esbuild, and every frameworks on top of them.'
3-
export const url = 'https://unplugin.vercel.app/'
3+
export const url = 'https://unplugin.unjs.io/'
44
export const ogImage = `${url}/og.png`

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Unified plugin system, Support Vite, Rollup, webpack, esbuild, and more
1010
</p>
1111

1212
<p align="center">
13-
<a href="https://unplugin.vercel.app">Documentation</a>
13+
<a href="https://unplugin.unjs.io">Documentation</a>
1414
</p>
1515

1616
## Development

0 commit comments

Comments
 (0)