theodinproject
theodinproject copied to clipboard
Bug: <outdated hyperlinks of faq page>
Checks
- [X] I have thoroughly read and understand The Odin Project Contributing Guide
- [X] The title of this issue follows the
Bug: brief description of bug
format, e.g.Bug: Lesson complete button does not update on click
- [X] Would you like to work on this issue?
Bug description
Hey there
I was checking the FAQ page and I realized in the question Which technologies can one expect to learn from The Odin Project?
in the answer part some links like NodeJs
, JavaScript
, Ruby on Rails
and other links are broken and when I click on them it redirects me to 404page
How to reproduce
- visit FAQ
- Check the below section
- Click on underlined links like
NodeJs
,JavaScript
,Ruby on Rails
- You will see below page
Expected behavior
It should redirect a user to the proper pages in the curriculum
What browsers are you seeing the problem on?
Firefox
What OS are you using?
Ubuntu
Discord Name
Amin Alizadeh
Additional Comments
I can fix this error it's simple but important to UX
I'm able to reproduce this issue on Chrome and Safari (MacOS), the broken links:
- Foundations course
- HTML and CSS
- Javascript
- NodeJS
I have thoroughly read and understand [The Odin Project Contributing Guide] I would like to work on this issue?
I have included the brojen urlsand thecorrect urls I plan to replace with to fix the broken links.
develop and submit your solution
Incorrect:
https://www.theodinproject.com/courses/foundations
https://www.theodinproject.com/courses/ruby-on-rails
https://www.theodinproject.com/courses/html-and-css
https://www.theodinproject.com/courses/javascript
https://www.theodinproject.com/courses/nodejs
Correct:
https://www.theodinproject.com/paths/foundations/courses/foundations
https://www.theodinproject.com/paths/full-stack-ruby-on-rails/courses/ruby-on-rails
https://www.theodinproject.com/paths/foundations/courses/foundations#html-foundations
https://www.theodinproject.com/paths/full-stack-javascript/courses/nodejs
https://www.theodinproject.com/paths/full-stack-javascript
Sorry it's taken so long - thanks for raising this issue @M-AminAlizadeh, I've assigned this to you since you've specified you wish to work on this. Let us know if you run into any issues.