Skip to content

Commit 137bebd

Browse files
authored
Merge pull request #705 from clawgenti/fix/broken-links-kagenti-extensions-2026-07-28
docs: Fix broken install.md links in authbridge demos (5 files)
2 parents 1dfd691 + 4292d42 commit 137bebd

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

authbridge/demos/echo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ leaves it un-injected — what it logs is exactly what left the agent's sidecar.
3030
## Prerequisites
3131

3232
- A running rossoctl **kind** cluster (`rossoctl-system` + `team1` namespaces).
33-
See the [install guide](https://github.com/rossoctl/rossoctl/blob/main/docs/install.md).
33+
See the [install guide](https://github.com/rossoctl/rossoctl/blob/main/docs/getting-started/install.md).
3434
- `kubectl`, `kind`, `podman` or `docker`.
3535
- `python3` + PyYAML (config merge) and `python-keycloak` (Keycloak setup):
3636
`pip install pyyaml python-keycloak`.

authbridge/demos/github-issue/demo-manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Envoy — the agent application never sees them. This is tested in
172172
## Prerequisites
173173

174174
Ensure you have completed the Rossoctl platform setup as described in the
175-
[Installation Guide](https://github.com/rossoctl/rossoctl/blob/main/docs/install.md).
175+
[Installation Guide](https://github.com/rossoctl/rossoctl/blob/main/docs/getting-started/install.md).
176176

177177
You should also have:
178178
- The [cortex](https://github.com/rossoctl/cortex) repo cloned

authbridge/demos/github-issue/demo-rbac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Envoy — the agent application never sees them. This is tested in
172172
## Prerequisites
173173

174174
Ensure you have completed the Rossoctl platform setup as described in the
175-
[Installation Guide](https://github.com/rossoctl/rossoctl/blob/main/docs/install.md).
175+
[Installation Guide](https://github.com/rossoctl/rossoctl/blob/main/docs/getting-started/install.md).
176176

177177
You should also have:
178178
- The [cortex](https://github.com/rossoctl/cortex) repo cloned

authbridge/demos/github-issue/demo-ui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ providing end-to-end security:
8787
## Prerequisites
8888

8989
Ensure you have completed the Rossoctl platform setup as described in the
90-
[Installation Guide](https://github.com/rossoctl/rossoctl/blob/main/docs/install.md),
90+
[Installation Guide](https://github.com/rossoctl/rossoctl/blob/main/docs/getting-started/install.md),
9191
including the Rossoctl UI.
9292

9393
You should also have:

authbridge/demos/ibac/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ An email-summarization agent receives a prompt-injection inside one of its email
66

77
## Prerequisites
88

9-
- A [rossoctl install](https://github.com/rossoctl/rossoctl/blob/main/docs/install.md) on a kind cluster (operator + Keycloak + UI).
9+
- A [rossoctl install](https://github.com/rossoctl/rossoctl/blob/main/docs/getting-started/install.md) on a kind cluster (operator + Keycloak + UI).
1010
- ollama on the host with `llama3.2:3b` pulled, reachable from cluster pods at `host.docker.internal:11434`.
1111
- `kubectl`, `kind`, `podman` (or `docker`), `python3` with `PyYAML` (`pip3 install --user pyyaml`).
1212

0 commit comments

Comments
 (0)