Skip to content

Commit 217a64f

Browse files
Merge pull request #35 from zazuko/readme-code-links
docs: fix code links
2 parents ad852dc + eb41a28 commit 217a64f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You will also find instructions on how to generate the triples for the Kubernete
3030

3131
### Standalone
3232

33-
The configuration file of the Angular app itself is located in `./src/config.json`.
33+
The configuration file of the Angular app itself is located in [config.json](projects/blueprint/src/config.json).
3434

3535
```json
3636
{
@@ -95,7 +95,7 @@ You can also use it to dereference URIs.
9595

9696
### Configuration
9797

98-
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.
98+
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.
9999

100100
You can still add configuration parameters to the environment files as usual. Internally, the Blueprint app only uses `src/environments/environment.ts`.
101101

0 commit comments

Comments
 (0)