Skip to content

Fix broken links in docs pages, were not using relative urls#1939

Merged
dgageot merged 1 commit intodocker:mainfrom
gtardif:fix_docs_links
Mar 5, 2026
Merged

Fix broken links in docs pages, were not using relative urls#1939
dgageot merged 1 commit intodocker:mainfrom
gtardif:fix_docs_links

Conversation

@gtardif
Copy link
Contributor

@gtardif gtardif commented Mar 5, 2026

Fixes 404 in many places in https://docker.github.io/cagent/

tested locally

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
@gtardif gtardif requested a review from a team as a code owner March 5, 2026 10:03
Copy link

@docker-agent docker-agent bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review Summary

Assessment: 🟢 APPROVE

This PR correctly fixes broken documentation links by converting absolute URLs to Jekyll's relative_url filter. All 24 files follow the proper syntax pattern {{ '/path/' | relative_url }} and the changes are consistent throughout.

Summary:

  • ✅ All URL conversions are syntactically correct
  • ✅ Consistent pattern applied across all documentation files
  • ✅ Appropriate solution for fixing 404s in GitHub Pages
  • ✅ No runtime or logic errors detected

Findings

No issues found. The implementation is clean and follows Jekyll best practices for relative URL generation.


Review generated by docker-agent PR review

@dgageot dgageot merged commit 9dd027f into docker:main Mar 5, 2026
8 checks passed
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.

3 participants