From bb9502f42cb5751ea1006d35fc0f82569fb66433 Mon Sep 17 00:00:00 2001 From: maliming Date: Mon, 1 Jun 2026 09:12:58 +0800 Subject: [PATCH] Link Modern React @volo packages to npm --- docs/en/framework/ui/react/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/framework/ui/react/index.md b/docs/en/framework/ui/react/index.md index 4483e7c84f..115f39bb00 100644 --- a/docs/en/framework/ui/react/index.md +++ b/docs/en/framework/ui/react/index.md @@ -30,10 +30,10 @@ The React UI template is built with: The template also includes ABP-specific NPM packages: -- [`@volo/abp-app-config`](https://github.com/volosoft/volo/tree/dev/abp/npm/packs/abp-app-config) -- [`@volo/abp-oidc-auth`](https://github.com/volosoft/volo/tree/dev/abp/npm/packs/abp-oidc-auth) -- [`@volo/abp-react-app-config`](https://github.com/volosoft/volo/tree/dev/abp/npm/packs/abp-react-app-config) -- [`@volo/abp-react-oidc-auth`](https://github.com/volosoft/volo/tree/dev/abp/npm/packs/abp-react-oidc-auth) +- [`@volo/abp-app-config`](https://www.npmjs.com/package/@volo/abp-app-config) +- [`@volo/abp-oidc-auth`](https://www.npmjs.com/package/@volo/abp-oidc-auth) +- [`@volo/abp-react-app-config`](https://www.npmjs.com/package/@volo/abp-react-app-config) +- [`@volo/abp-react-oidc-auth`](https://www.npmjs.com/package/@volo/abp-react-oidc-auth) ## React App and Admin Console