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 trialHeath Rhodes
909 PointsBroken Link trying to access Contact Page
I am trying to access the Contact Page link as I follow along with this video. I must have a broken link because when I click on it, I am getting a reply of 404 Not Found. Any suggestions?
Heath Rhodes
909 PointsSorry, I don't know what you mean by that.
Is it the number after the Workspaces?
Stone Preston
42,016 Pointspost the code you have written for your contact link. should look something like <a href="contact.html">Contact</a>
. You wil have to format it using markdown. see the tips for asking questions video if you dont know how to format code in the forum. It explains it in detail
2 Answers
Evan Osczepinski
5,189 Pointsmake sure that you have spelled everything correctly. Also make sure the syntax is correct.
Gwenaël Magnenat
14,617 Pointsalso make sure your contact.html file exists and is in the same directory as your index.html file
Stone Preston
42,016 PointsStone Preston
42,016 Pointscan you post your code for your contact link?