-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[docs] Fix broken PDF links in event and blog pages #7251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: leecalcote <7570704+leecalcote@users.noreply.github.com>
leecalcote
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot search all files, including those outside of the src directory to you verify your work.
|
🚀 Preview for commit 43426f4 at: https://6936d2ad55b0a36491712eaf--layer5.netlify.app |
Verification complete. Searched entire repository including all directories outside Search Coverage:
Search Results: grep -r 'href="/static/' [entire repo] → 0 matches ✅
grep -r 'src="/static/' [entire repo] → 0 matches ✅
grep -r 'url="/static/' [entire repo] → 0 matches ✅Links Fixed: 9 total across 6 files
PDF Files Verified: All 6 PDFs exist in Result: ✅ No broken |
Description
Gatsby serves files from
static/at the root path. Links using/static/events/...return 404s.Changes
/static/events/...to/events/...2021/kubecon-china-2021/index.mdxExample
Notes for Reviewers
All referenced PDFs exist in
static/events/and are served at/events/per Gatsby conventions.Signed commits
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.