From e2fee79e7dda41ef1a22107eddece6de964dc2d3 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sat, 2 Sep 2023 16:02:41 +0200 Subject: [PATCH] chore: update links --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff693f3..4780069 100644 --- a/README.md +++ b/README.md @@ -264,16 +264,18 @@ const rspackPlugin = createRspackPlugin({ /* options */ }) import VitePlugin from 'unplugin-feature/vite' ``` - - Refer to [unplugin-starter](https://github.com/antfu/unplugin-starter) for more details about this setup. + - Refer to [unplugin-starter](https://github.com/unplugin/unplugin-starter) for more details about this setup. ## Starter Templates -- [antfu/unplugin-starter](https://github.com/antfu/unplugin-starter) +- [unplugin/unplugin-starter](https://github.com/unplugin/unplugin-starter) - [jwr12135/create-unplugin](https://github.com/jwr12135/create-unplugin) - [sxzz/unplugin-starter](https://github.com/sxzz/unplugin-starter) ## Community Showcases +> We have started a GitHub organization to host and collaborate on popular unplugin plugins: [github.com/unplugin](https://github.com/unplugin). You can go there to find more plugins or even join us with your own plugins! + - [unplugin-auto-import](https://github.com/antfu/unplugin-auto-import) - [unplugin-vue2-script-setup](https://github.com/antfu/unplugin-vue2-script-setup) - [unplugin-icons](https://github.com/antfu/unplugin-icons)