Skip to content

BUG: Issues with current README.md #1002

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

Open
Ijtihed opened this issue Dec 26, 2024 · 0 comments
Open

BUG: Issues with current README.md #1002

Ijtihed opened this issue Dec 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Ijtihed
Copy link

Ijtihed commented Dec 26, 2024

🐛 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

@Ijtihed Ijtihed added the bug Something isn't working label Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant