Skip to content

Commit

Permalink
Fix links to new quickstarts
Browse files Browse the repository at this point in the history
  • Loading branch information
jerriep committed Oct 16, 2017
1 parent 87ad570 commit fd7866b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Quickstart/02-Storing-Tokens/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This example shows how to save the `access_token` and `id_token` as claims.

You can read a quickstart for this sample [here](https://auth0.com/docs/quickstart/webapp/aspnet-core/03-storing-tokens).
You can read a quickstart for this sample [here](https://auth0.com/docs/quickstart/webapp/aspnet-core/02-storing-tokens).

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion Quickstart/03-User-Profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This example shows how to extract user profile information from claims and display the user's profile in your application.

You can read a quickstart for this sample [here](https://auth0.com/docs/quickstart/webapp/aspnet-core/04-user-profile).
You can read a quickstart for this sample [here](https://auth0.com/docs/quickstart/webapp/aspnet-core/03-user-profile).

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion Quickstart/04-Authorization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This example shows how to allow only users in certain roles to access a particular action.

You can read a quickstart for this sample [here](https://auth0.com/docs/quickstart/webapp/aspnet-core/05-authorization).
You can read a quickstart for this sample [here](https://auth0.com/docs/quickstart/webapp/aspnet-core/04-authorization).

## Requirements

Expand Down

0 comments on commit fd7866b

Please sign in to comment.