diff --git a/articles/quickstart/spa/angular/02-calling-an-api.md b/articles/quickstart/spa/angular/02-calling-an-api.md index 8dbf36ea32..569f0809c0 100644 --- a/articles/quickstart/spa/angular/02-calling-an-api.md +++ b/articles/quickstart/spa/angular/02-calling-an-api.md @@ -112,7 +112,7 @@ AuthModule.forRoot({ As Auth0 can only issue tokens for custom scopes that exist on your API, ensure that you define the scopes used above when [setting up an API](https://auth0.com/docs/getting-started/set-up-api) with Auth0. ::: -Please [refer to the docs](https://github.com/auth0/auth0-angular/blob/master/EXAMPLES.md#configure-authhttpinterceptor-to-attach-access-tokens) for more information on the available options for the HTTP interceptor. +Please [refer to the docs](https://github.com/auth0/auth0-angular/blob/main/EXAMPLES.md#configure-authhttpinterceptor-to-attach-access-tokens) for more information on the available options for the HTTP interceptor. ## Make an API Call diff --git a/articles/quickstart/spa/angular/index.yml b/articles/quickstart/spa/angular/index.yml index c57f1e0bc3..69ed119319 100644 --- a/articles/quickstart/spa/angular/index.yml +++ b/articles/quickstart/spa/angular/index.yml @@ -37,7 +37,7 @@ show_steps: true github: org: auth0-samples repo: auth0-angular-samples - branch: master + branch: main requirements: - Angular 12+ next_steps: