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 trialMike Sudol
Front End Web Development Techdegree Student 217 Pointswhen I add /resume.html in the address bar my page doesn't show
when I add /resume.html in the address bar my page doesn't show. I received an error saying page not found. I added it exactly to what the video displayed.
Steven Parker
231,198 PointsYou can't share a direct URL to your workspace, it's temporary and only exists while you are using it.
But you can use the snapshot function in the workspace and provide the link to that.
Mike Sudol
Front End Web Development Techdegree Student 217 PointsOh! I think I understand now, thank you.
2 Answers
Steven Parker
231,198 PointsYour code references "resume.html" (with lower-case "r"), but the name of the file is "Resume.html" (with a capital "R").
Either name could work, but they have to match since the workspace operating system is case-sensitive.
Mike Sudol
Front End Web Development Techdegree Student 217 PointsSteven, thank you so much for the help, I really appreciate it.
fashionee jones
474 PointsThank you! Itβs really the smallest mistakes that make a difference
Molly Zalman
Full Stack JavaScript Techdegree Student 12,522 PointsI made the same mistake, thank you for posting!
Steven Parker
231,198 PointsSteven Parker
231,198 PointsPerhaps your file is in a different directory, or there is some other workspace configuration issue. Make a snapshot of your workspace and post the link to it here and we can take a look.