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

How to add links to profile page that will link to my resume page.

I have followed step by step and saved everything. Still when I try to go to my resume page from my profile using url it gives me a "page not found error"

Can you post your code?

1 Answer

Steven Parker
Steven Parker
229,732 Points

Some possible things to check:

  • typo or misspelling in URL
  • typo or misspelling in actual file name
  • URL path pointing to different location from where file is stored
  • file stored in the wrong location

For more specific help, please post the actual code. Or even better, make a snapshot of your workspace and post the link to it here.