The URL at the top of the page is broken because of a newline in the middle of it: ``` ...the [Angular resource module](https://docs.angularjs .org/api/ngResource/service/$resource) (ngResource) to ... ``` This translates to the following URL: https://docs.angularjs%0a.org/api/ngResource/service/$resource (note `%0a` in the middle)