[Bug] Hacktoberfest program card navigates to /programs/null instead of valid slug
@akshatsinghai6682-sketch is already working on this.
Since Sep 14, 2026.
- Dominant language
- JavaScript
- Stars
- 1.1k
- Forks
- 1.6k
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 18
Description
Description
On https://layer5.io/careers/internships, the Hacktoberfest program card navigates to https://layer5.io/programs/null instead of a valid URL. The slug for this program is incorrectly set to null in the data file, causing an invalid URL to be generated by Gatsby.
Page: https://layer5.io/careers/internships
Steps to Reproduce:
1.Go to https://layer5.io/careers/internships
2.Scroll to "Open Source Internship Programs" section
3.Click on the "Hacktoberfest" card
4.Observe URL becomes layer5.io/programs/null
Expected Behavior
The Hacktoberfest card should navigate to a valid URL such as https://layer5.io/programs/hacktoberfest, consistent with the slug pattern used by other program cards like /programs/lfx, /programs/gsoc, /programs/mlh etc.
Screenshots
Environment:
-Host OS: macOS
-Browser: Chrome
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.