From 0a661c5231dc18fbaca09308e9ab6b44c4930677 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Thu, 11 Jun 2026 16:30:28 +0000 Subject: [PATCH] docs: fix broken relref to realtime page Hugo fails the gh-pages build with REF_NOT_FOUND because the relref in model-configuration.md uses the 'docs/' prefix; refs are resolved relative to content/, so the page lives at 'features/openai-realtime' (as the other ref in the same file already uses). Signed-off-by: Ettore Di Giacinto Assisted-by: Claude Code:claude-fable-5 --- docs/content/advanced/model-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/advanced/model-configuration.md b/docs/content/advanced/model-configuration.md index 1d3268b11afa..ec134d0465de 100644 --- a/docs/content/advanced/model-configuration.md +++ b/docs/content/advanced/model-configuration.md @@ -429,7 +429,7 @@ name: my-model reasoning_effort: none # none | minimal | low | medium | high ``` -For [realtime pipelines]({{%relref "docs/features/openai-realtime" %}}), set it on the pipeline so it applies to the pipeline's LLM without editing that model's own config: +For [realtime pipelines]({{%relref "features/openai-realtime" %}}), set it on the pipeline so it applies to the pipeline's LLM without editing that model's own config: ```yaml name: gpt-realtime