The original code was calling into status.github.com/api.json which is redirecting into https://www.githubstatus.com/, hence not working properly - hence the change to call into https://www.githubstatus.com/api/v2/status.json
the expected JSON data seems to have changed as well
The original code was calling into
status.github.com/api.json
which is redirecting intohttps://www.githubstatus.com/
, hence not working properly - hence the change to call intohttps://www.githubstatus.com/api/v2/status.json
the expected JSON data seems to have changed as well