Fix Links#5
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthroughReplaced absolute filesystem URLs in Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
This PR fixes invalid Markdown links in AGENTS.md by replacing absolute local filesystem paths with repository-relative links, ensuring the references work for all contributors and on GitHub.
Changes:
- Convert several “source-of-truth files” links from local
/Users/...paths to repo-relative paths. - Preserve the same referenced targets (site data, illustrations, layout, styling, scripts, package manifest, workflows).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Fix Links
⚙️ Release Notes
Code of Conduct & Contributing Guidelines
By creating and submitting this pull request, you agree to follow our Code of Conduct and Contributing Guidelines:
Summary by CodeRabbit
Documentation
Chores