Chapter 28 Web Services Url for Upcoming Classes List

I am learning Cocoa Programming and am in Chapter 28 Web Services. For the RanchForecast Project I have tried to access bookapi.bignerdranch.com/courses.json using http: and https:. Both result in an error that says that the server bookapi.bignerdranch.com cannot be found. Has the courses.json file been moved to a different URL or is there a substitute I can use with the project?

Ah! Great catch.
That server is no longer up, but I still have a sample JSON response you can use.

You can replace the courses.json URL from the project with this one:
https://mw-dropshare.s3.amazonaws.com/courses.json

That works fine. Thanks.