Skip to content

docs: fix broken relref to realtime page - #10255

Merged
mudler merged 1 commit into
masterfrom
fix/docs-realtime-relref
Jun 11, 2026
Merged

docs: fix broken relref to realtime page#10255
mudler merged 1 commit into
masterfrom
fix/docs-realtime-relref

Conversation

@localai-bot

Copy link
Copy Markdown
Collaborator

The gh-pages docs build fails with:

ERROR [en] REF_NOT_FOUND: Ref "docs/features/openai-realtime": "docs/content/advanced/model-configuration.md:432:26": page not found

Hugo resolves refs relative to content/, so the docs/ prefix makes the lookup miss. The page lives at features/openai-realtime, which is the form the other ref in the same file (line 768) already uses.

Verified locally with hugo extended v0.146.3 (same as CI): the build now completes with no errors, only the pre-existing warnings.

🤖 Generated with Claude Code

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 <mudler@localai.io>
Assisted-by: Claude Code:claude-fable-5
@mudler
mudler merged commit f618636 into master Jun 11, 2026
55 of 56 checks passed
@mudler
mudler deleted the fix/docs-realtime-relref branch June 11, 2026 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants