From 4c90b0327ee6538e826195b34ac1f8278aa4d3d6 Mon Sep 17 00:00:00 2001 From: James Anderson Date: Fri, 21 May 2021 10:09:40 -0500 Subject: [PATCH] Update link from Quickstart article to new tutorial file --- 01-Authorization/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-Authorization/README.md b/01-Authorization/README.md index ad470de..7f169f3 100644 --- a/01-Authorization/README.md +++ b/01-Authorization/README.md @@ -2,7 +2,7 @@ This example shows how to secure your Java Spring Security API endpoints using Auth0-issued JSON Web Tokens. -You can read a quickstart for this sample [here](https://auth0.com/docs/quickstart/backend/java-spring-security/01-authorization). +You can read a tutorial for this sample [here](./TUTORIAL.md). Start by renaming the `auth0.properties.example` file in `src/main/resources` to `auth0.properties` and provide it with your application's domain and issuer.