From eb41a28df4b36ca581eefb9b949e50cfebb241ea Mon Sep 17 00:00:00 2001 From: Tomasz Pluskiewicz Date: Thu, 14 Nov 2024 12:19:18 +0100 Subject: [PATCH] docs: fix code links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d9d604..3018852 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ You will also find instructions on how to generate the triples for the Kubernete ### Standalone -The configuration file of the Angular app itself is located in `./src/config.json`. +The configuration file of the Angular app itself is located in [config.json](projects/blueprint/src/config.json). ```json { @@ -95,7 +95,7 @@ You can also use it to dereference URIs. ### Configuration -Before the Blueprint Angular App starts, it fetches the `/config.json`. It will then overwrite the values in `src/environments/environment.development.ts` or `src/environments/environment.ts`. At build time, `src/environments/environment.development.ts` will be replaced with the `src/environments/environment.ts` version. +Before the Blueprint Angular App starts, it fetches the `/config.json`. It will then overwrite the values in [environments/environment.development.ts](projects/blueprint/src/environments/environment.development.ts) or [environments/environment.ts](projects/blueprint/src/environments/environment.ts). At build time, `environments/environment.development.ts` will be replaced with the `environments/environment.ts` version. You can still add configuration parameters to the environment files as usual. Internally, the Blueprint app only uses `src/environments/environment.ts`.