Problem
The Modern React UI docs link to the source of ABP-specific npm packages (e.g. @volo/abp-app-config) via:
https://github.com/volosoft/volo/tree/dev/abp/npm/packs/abp-app-config
These return 404. The packages exist on npm (e.g. https://www.npmjs.com/package/@volo/abp-app-config) but there's no public repo link anywhere.
Questions
- Are these packages open source? If so, what's the correct repo path?
- If not, the docs should link to npm instead of a private/moved repo.
Proposed fix
Update the broken links to either the correct public repo or the npm package pages. I'm happy to open a PR once the team confirms which is appropriate.
Problem
The Modern React UI docs link to the source of ABP-specific npm packages (e.g.
@volo/abp-app-config) via:These return 404. The packages exist on npm (e.g. https://www.npmjs.com/package/@volo/abp-app-config) but there's no public repo link anywhere.
Questions
Proposed fix
Update the broken links to either the correct public repo or the npm package pages. I'm happy to open a PR once the team confirms which is appropriate.