Skip to content

fix: broken recipe-to-recipe cross-reference links#187

Merged
braboj merged 1 commit into
mainfrom
fix/recipe-cross-reference-links
Apr 26, 2026
Merged

fix: broken recipe-to-recipe cross-reference links#187
braboj merged 1 commit into
mainfrom
fix/recipe-cross-reference-links

Conversation

@braboj

@braboj braboj commented Apr 26, 2026

Copy link
Copy Markdown
Owner

Summary

  • Fix 9 broken cross-reference links between recipe pages
  • The remark sibling rewriter turns slug.mdslug/, which resolves to /playbook/current/slug/ instead of /playbook/slug/
  • Use ../slug/ directly so the rewriter leaves the link untouched and the browser resolves it correctly

Test plan

  • Astro build passes
  • Verify all 9 cross-reference links work in browser

🤖 Generated with Claude Code

The remark sibling rewriter turns slug.md into slug/, which resolves
to /playbook/current/slug/ instead of /playbook/slug/. Use ../slug/
directly so the rewriter leaves the link untouched and the browser
resolves it correctly.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@braboj braboj merged commit 5fb7ee4 into main Apr 26, 2026
1 check 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.

1 participant