From fcdaabf34ed1b697d0a17500742c11a3946f56ec Mon Sep 17 00:00:00 2001 From: Soufiane Fariss Date: Mon, 5 Aug 2024 15:49:00 +0200 Subject: [PATCH] update development links --- web/explorer/DEVELOPMENT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/explorer/DEVELOPMENT.md b/web/explorer/DEVELOPMENT.md index 2ceececf..989e0bd9 100644 --- a/web/explorer/DEVELOPMENT.md +++ b/web/explorer/DEVELOPMENT.md @@ -96,7 +96,7 @@ npm run lint:fix ## Working with PrimeVue Components -Capa Explorer WebUI uses the PrimeVue UI component library. When adding new features or modifying existing ones, refer to the [PrimeVue documentation](https://www.primefaces.org/primevue/) for available components and their usage. +Capa Explorer WebUI uses the PrimeVue UI component library. When adding new features or modifying existing ones, refer to the [PrimeVue documentation](https://primevue.org/vite) for available components and their usage. ## Best Practices @@ -110,6 +110,6 @@ Capa Explorer WebUI uses the PrimeVue UI component library. When adding new feat - [Vue.js Documentation](https://vuejs.org/guide/introduction.html) - [Vite Documentation](https://vitejs.dev/guide/) -- [PrimeVue Documentation](https://www.primefaces.org/primevue/) +- [PrimeVue Documentation](https://www.primevue.org/) If you encounter any issues or have questions about the development process, please open an issue on the GitHub repository.