Skip to content

docs: update site link #371

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Currently supports:

## Documentations

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

## License

Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/constance.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const title = 'Unplugin'
export const description = 'Unified plugin system. Support Vite, Rollup, webpack, esbuild, and every frameworks on top of them.'
export const url = 'https://unplugin.vercel.app/'
export const url = 'https://unplugin.unjs.io/'
export const ogImage = `${url}/og.png`
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Unified plugin system, Support Vite, Rollup, webpack, esbuild, and more
</p>

<p align="center">
<a href="https://unplugin.vercel.app">Documentation</a>
<a href="https://unplugin.unjs.io">Documentation</a>
</p>

## Development
Expand Down