Skip to content

fix(blog): repair broken links across Agentic AI series#93

Merged
Smana merged 1 commit into
mainfrom
fix/blog-agentic-ai-series-broken-links
May 14, 2026
Merged

fix(blog): repair broken links across Agentic AI series#93
Smana merged 1 commit into
mainfrom
fix/blog-agentic-ai-series-broken-links

Conversation

@Smana
Copy link
Copy Markdown
Owner

@Smana Smana commented May 14, 2026

Summary

  • Fix 12 broken internal /en/post/... links across the EN versions of all three Agentic AI series articles — English is served at site root, so /en/post/... returns 404. Now /post/....
  • Fix 6 GitHub URLs pointing to the deleted wip/self-hosted-llm-platform-draft branch of cloud-native-ref — repointed to main (both referenced files still exist there).
  • Add a "URL conventions" section to CLAUDE.md documenting that English is at root (/post/...), French is at /fr/post/..., and that aliases = ["/en/post/..."] are intentional redirects to leave alone.

Test plan

  • hugo server and click through each modified post: previous/next article links, in-text references, "Skills" cross-reference anchors, and References section
  • Verify the two GitHub links in llm-self-hosted-stack (FR + EN) resolve: main_test.k and llm-platform-future-paths.md
  • Confirm no /en/post/ links remain in markdown body (kept only in aliases array): grep -rE ']\(/en/post/' content/

- Replace /en/post/... internal links with /post/... in EN articles
  (EN is served at site root, /en/... returns 404)
- Update GitHub URLs from the deleted wip/self-hosted-llm-platform-draft
  branch to main
- Document the URL convention in CLAUDE.md to prevent recurrence
@Smana Smana merged commit 29df87e into main May 14, 2026
1 check passed
@Smana Smana deleted the fix/blog-agentic-ai-series-broken-links branch May 14, 2026 13:38
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.

1 participant