diff --git a/README.md b/README.md index beed6da4..e6fd5c41 100644 --- a/README.md +++ b/README.md @@ -242,11 +242,11 @@ OAuthModule.forRoot({ ## Routing -If you use the ``PathLocationStrategy`` (which is on by default) and have a general catch-all-route (``path: '**'``) you should be fine. Otherwise look up the section ``Routing with the HashStrategy`` in the [documentation](https://manfredsteyer.github.io/angular-oauth2-oidc/angular-oauth2-oidc/docs/). +If you use the ``PathLocationStrategy`` (which is on by default) and have a general catch-all-route (``path: '**'``) you should be fine. Otherwise look up the section ``Routing with the HashStrategy`` in the [documentation](https://manfredsteyer.github.io/angular-oauth2-oidc/docs/). ## More Documentation -See the [documentation](https://manfredsteyer.github.io/angular-oauth2-oidc/angular-oauth2-oidc/docs/) for more information about this library. +See the [documentation](https://manfredsteyer.github.io/angular-oauth2-oidc/docs/) for more information about this library. ## Tutorials