TheOdinProject / theodinproject

Main Website for The Odin Project
http://www.theodinproject.com
MIT License
3.56k stars 2.06k forks source link

Bug: <outdated hyperlinks of faq page> #4515

Closed M-AminAlizadeh closed 1 month ago

M-AminAlizadeh commented 2 months ago

Checks

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

  1. visit FAQ
  2. Check the below section image
  3. Click on underlined links like NodeJs, JavaScript, Ruby on Rails
  4. You will see below page image

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

davidha99 commented 2 months ago

I'm able to reproduce this issue on Chrome and Safari (MacOS), the broken links:

SChurch89 commented 2 months ago

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

MaoShizhong commented 1 month ago

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.