Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

BUG: Issues with current README.md

Open
#1,002 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
35/100
Issue type
Documentation
Clarity
Mostly clear
Activity status
Stale
Domain
documentation

Research direction

Open README.md and inspect the links around lines 13, 49, and 50. Verify the current Junction App and GitHub roadmap destinations, then update the broken links and confirm each one resolves to the intended page.

Written by the indexing model from the issue text.

Description

bug

🐛 Bug Report

Expected Behavior

Line 13; Junction app link is valid and redirects to main website. Line 49 & 50; Redirects to correct Github page /projects/10 & /projects/10.

Actual Behavior

Line 13; Junction app link is invalid (not valid anymore). Line 49 & 50; Github page is unavailable.

Steps to Reproduce Issue

Click on the links (highlighted below)

image
image

Solution

Edit from:


<a href="https://www.app.hackjunction.com">Junction App</a>

to


<a href="https://www.correct-link.com">Junction App</a>

and

from:


* [Features Roadmap](https://github.com/hackjunction/JunctionApp/projects/10)
* [Technical Roadmap](https://github.com/hackjunction/JunctionApp/projects/11)

to

* [Features Roadmap](https://github.com/hackjunction/JunctionApp/projects/correct_number)
* [Technical Roadmap](https://github.com/hackjunction/JunctionApp/projects/correct_number)

(or uploading both roadmaps on the right link)

I can fix it if I knew where the links for these are.

Environment
Screenshots

49 & 50 (Github unavailable page)
image

13 (invalid link)
image

Dominant language
JavaScript
Stars
78
Forks
69
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from hackjunction/JunctionApp

All issues in hackjunction/JunctionApp

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.