Skip to content

Commit 918caef

Browse files
committed
reduce some dangling links
1 parent 1a3125c commit 918caef

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/Architecture-Internals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ It's basically straightforward, _though note_ the `cp` command which copies the
4141
cp -r ../build api_logic_server_cli/create_from_model/safrs-react-admin-npm-build
4242
```
4343

44-
For more information, [see Admin App Reuse](Arthitecture-add-app-reuse.md){:target="_blank" rel="noopener"}.
44+
For more information, [see Admin App Reuse](Architecture-admin-app-reuse.md/#4-sra-runtime-extraced-from-project){:target="_blank" rel="noopener"}.
4545

4646
> Note: `curl` must be installed for this procedure.
4747

docs/Keycloak-devnotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ docker run $PWD/projects:/projects -it apilogicserver/api_logic_server bash -c
152152
For users to be able to authenticate with JWTs signed by keycloak, we have to download the JWK signing key from keycloak and use that to validate the JWTs.
153153
JWT validation is implemented in [projects/KCALS/security/system/authentication.py](projects/KCALS/security/system/authentication.py).
154154

155-
By default, apilogicserver authentication uses a user database. Our users are defined in keycloak however. I had to change [auth_provider.py](auth_provider.py) for this to (kinda) work.
155+
By default, apilogicserver authentication uses a user database. Our users are defined in keycloak however. I had to change auth_provider.py for this to (kinda) work.
156156

157157
 
158158

mkdocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@ nav:
160160
- "Conference": Tech-Conference.md
161161
- "Optimistic Locking": Optimistic-Locking.md
162162
- "Old Home": Product-Detail.md
163+
- Page Links:
164+
- Tech-Agile.md
165+
- Tech-Learning.md
166+
- Tutorial-3.md
163167
markdown_extensions:
164168
- toc:
165169
baselevel: 2

0 commit comments

Comments
 (0)