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 trialEli Rabinovitz
5,532 PointsLink is dead
the link to the http://api.example.com in the teachers notes is dead
1 Answer
Jason Anders
Treehouse Moderator 145,860 PointsThe link in the teachers notes is not meant to go anywhere (nor did it ever). You can tell this by the domain example.com
being used (this is a universal example site).
The URL is only to illustrate the structure of an HTTP request used by an API. This is only a general example and not tied to any specific API or site.
Here it's showing how a URL might look when using an HTTP request to get the page regarding the movie "Gone With the Wind".
:)
Eli Rabinovitz
5,532 PointsEli Rabinovitz
5,532 PointsThanks, Learning new things all the time.