From 9075aa640533e77fb1daaa3084671f1c0cf3b71e Mon Sep 17 00:00:00 2001 From: Olivia Guyot Date: Wed, 11 Sep 2024 09:46:48 +0200 Subject: [PATCH] docs: fix package.json link --- docs/guide/custom-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/custom-app.md b/docs/guide/custom-app.md index ff5b4a02c6..d64d16e28a 100644 --- a/docs/guide/custom-app.md +++ b/docs/guide/custom-app.md @@ -41,7 +41,7 @@ The package _does not_ contain: The NPM package is compiled as a single Angular Library with the so-called [partial-Ivy mode](https://angular.io/guide/angular-compiler-options#compilationmode), which means that it is theoretically compatible with a wide range of Angular versions. -The [package.json](https://github.com/geonetwork/geonetwork-ui/package/package.json) file of the NPM package lists Angular libraries as peer dependencies, along with a range of versions that indicate what can be +The [package.json](https://github.com/geonetwork/geonetwork-ui/tree/main/package/package.json) file of the NPM package lists Angular libraries as peer dependencies, along with a range of versions that indicate what can be expected in terms of compatibility with Angular. Please note that **the GeoNetwork-UI package only requires a basic Angular application to run!**