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

File path to open index.html from the articles page didn't work for me (3:50-ish time stamp in video)

Hi all:

Within the article page's code, I entered the file path for the Home link as instructed (../index.html) at about 3:50 in the video, but when I tested the page, the link didn't work.

My folder hierarchy looks fine, as does the coding (matches the instructor's), so I cannot figure out why my link isn't working.

Thanks, Carol

Here's the screenshot: https://w.trhou.se/w013winpdq

Thank you...

2 Answers

Steven Parker
Steven Parker
229,708 Points

It works for me. I forked the snapshot, opened the preview, and then click on either "Read More" link to go to the article page, then click on "Home" in the nav area and it takes me back to the landing page.

Is it possible that you forgot to refresh your browser after saving your last code change?

Thanks for checking my question out and yes, the refresh works. I won't forget this next time!