Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML HTML Basics Images, Text and Links Understanding File Paths

why can't move to VR article

https://w.trhou.se/klbwgqaimh this is the link of my code , can any one help me to know what is the error when i try to open a file and put VR article inside it with doing <articles/article.html> doesn't move to the page and find error ?!

Hi Ahmed,

You might want to try ../articles/article.html since the index.html is outside the articles folder. Please let me know if it works or not.

3 Answers

Vince Jose ::: unfortunately doesn't work

Did you do it like this: <a href="../articles/article.html">

Also try ../../articles/article.html and see if that works.

the same result (404 not found ) did you check my code ?! and thank you for your helping :)

hi, i saw your code and it's just as mine, I have the same problem. Did you find out the reason?

Hi Ahmed:

did you realize your folder is named "article" but you are typing it on the path as "articles"?