[Programs] Fix missing programSlug in Hacktoberfest 2023 program page - #8057
akshatsinghai6682-sketch wants to merge 4 commits into
Conversation
Signed-off-by: Akshat Singhai <akshatsinghai6682@gmail.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 4 included reviews per hour; 3 remain after this review. 📝 WalkthroughWalkthroughThe Hacktoberfest program page now defines ChangesHacktoberfest program metadata
Priority: ➖ Normal Estimated code review effort: 1 (Trivial) | ~2 minutes Change: Bug fix · Severity of issue fixed: Medium Merge Risk: ⚪ Minimal · up to The Hacktoberfest program now has the intended URL slug, so the navigation issue is addressed and the change is ready to merge. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
Signed-off-by: Akshat Singhai <akshatsinghai6682@gmail.com>
|
Preview deployment for PR #8057 removed. This PR preview was automatically pruned because we keep only the 3 most recently updated previews on GitHub Pages to stay within deployment size limits. If needed, push a new commit to this PR to generate a fresh preview. |
Signed-off-by: Akshat Singhai <akshatsinghai6682@gmail.com>
Description
This PR fixes #8050
The Hacktoberfest 2023 program page was missing the programSlug field in its frontmatter, causing the Hacktoberfest card on layer5.io/careers/internships to navigate to /programs/null instead of the correct URL /programs/hacktoberfest.
Fix: Added programSlug: "hacktoberfest" to src/collections/programs/hacktoberfest-2023/index.mdx, consistent with the pattern used in other Hacktoberfest program pages (2024, 2025).
Notes for Reviewers
One line change — added missing programSlug field in frontmatter
Verified locally on localhost:8000 — Hacktoberfest card now correctly navigates to /programs/hacktoberfest
No other files changed
Screenshots
Before: Hacktoberfest card navigates to

/programs/nullAfter: Hacktoberfest card correctly navigates to

/programs/hacktoberfestSigned commits
Summary by CodeRabbit
hacktoberfestprogram slug.