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 trialahmed silim
Courses Plus Student 428 Pointswhy 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 ?!
3 Answers
ahmed silim
Courses Plus Student 428 PointsVince Jose ::: unfortunately doesn't work
Vince Jose
1,671 PointsDid you do it like this: <a href="../articles/article.html">
Also try ../../articles/article.html and see if that works.
ahmed silim
Courses Plus Student 428 Pointsthe same result (404 not found ) did you check my code ?! and thank you for your helping :)
Anabel Montoya
811 Pointshi, i saw your code and it's just as mine, I have the same problem. Did you find out the reason?
Anabel Montoya
811 PointsHi Ahmed:
did you realize your folder is named "article" but you are typing it on the path as "articles"?
Vince Jose
1,671 PointsVince Jose
1,671 PointsHi 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.