Skip to content

Commit 69f6adf

Browse files
Osher-ElhadadOsher-Elhadad
authored andcommitted
fix(docs): correct Bob section link path for --strict build
integrations.md lives at docs/ root, so the link to the how-to guide must be how-to/choose-a-preset.md, not ../how-to/... . The ../ form pointed outside the docs tree and failed `mkdocs build --strict`. Assisted-By: Claude <noreply@anthropic.com> Signed-off-by: Osher-Elhadad <Osher.Elhadad@ibm.com>
1 parent ba21ecd commit 69f6adf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/integrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ How the gateway routes Bob's traffic:
124124
A lossless, LLM-free pipeline (`format`, `toon`, `dedup`, `failed_run`, `cmdfilter`)
125125
needs no cheap-model config and leaves the transcript reversible. Verified end-to-end:
126126
with `[format, toon]` Bob authenticates and answers correctly through the proxy, with
127-
its model call reduced. For long Bob sessions, add `mask` (see [Choose a preset](../how-to/choose-a-preset.md)).
127+
its model call reduced. For long Bob sessions, add `mask` (see [Choose a preset](how-to/choose-a-preset.md)).
128128

129129
!!! note "Bob speaks its own backend protocol"
130130
Unlike Claude Code (`ANTHROPIC_BASE_URL`) or OpenAI-surface agents (`OPENAI_BASE_URL`),

0 commit comments

Comments
 (0)