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 Going Further with HTML Working on a Website Project Locally

Javier Hernandez
Javier Hernandez
1,822 Points

When I click "Read More" which should go to articles.html, I get a page in the browser showing "Your File was not found"

In the workspace, the anchors work properly. However, when the page opens in the browser when opening from the zip file and I click on "Read More," the page turns into "Your File was not Found" instead of taking me to articles.html. I checked the code in Atom, the anchor appears to be done correctly. What is going on? the code on index.html on atom is <a href="articles/2019/article.html">Read More</a>

2 Answers

Actually you mentioned the anchor element is supposed to redirect you to "articles.html" but in your actual anchor you don't have an "s" in your code below

<a href="articles/2019/article.html">Read More</a>

Could you provide your file tree?

Javier Hernandez
Javier Hernandez
1,822 Points

https://imgur.com/a/EYVgWps

You can see the file tree here. It's on the right.