theodinproject icon indicating copy to clipboard operation
theodinproject copied to clipboard

Bug: <outdated hyperlinks of faq page>

Open M-AminAlizadeh opened this issue 9 months ago • 2 comments

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

  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

M-AminAlizadeh avatar Apr 25 '24 05:04 M-AminAlizadeh

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

  • Foundations course
  • HTML and CSS
  • Javascript
  • NodeJS

davidha99 avatar Apr 26 '24 17:04 davidha99

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

SChurch89 avatar Apr 30 '24 03:04 SChurch89

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.

MaoShizhong avatar May 12 '24 22:05 MaoShizhong