From 60cc422247c765659361215813642cd15a15c7d9 Mon Sep 17 00:00:00 2001 From: Michelle Purcell <92924207+michelle-purcell@users.noreply.github.com> Date: Tue, 12 Sep 2023 15:30:56 +0100 Subject: [PATCH] Update docs/src/main/asciidoc/security-oidc-bearer-token-authentication-tutorial.adoc Co-authored-by: Mickey Maler --- .../security-oidc-bearer-token-authentication-tutorial.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/security-oidc-bearer-token-authentication-tutorial.adoc b/docs/src/main/asciidoc/security-oidc-bearer-token-authentication-tutorial.adoc index ff5188ca1788df..8921ec86964290 100644 --- a/docs/src/main/asciidoc/security-oidc-bearer-token-authentication-tutorial.adoc +++ b/docs/src/main/asciidoc/security-oidc-bearer-token-authentication-tutorial.adoc @@ -45,7 +45,7 @@ At this endpoint, the `@RolesAllowed` annotation is used to enforce the access c Follow the instructions in the next sections and create the application step by step. You can also go straight to the completed example. -You can clone the Git repository by running the command `git clone {quickstarts-clone-url}` or you can download an {quickstarts-archive-url}[archive]. +You can clone the Git repository by running the command `git clone {quickstarts-clone-url}`, or you can download an {quickstarts-archive-url}[archive]. The solution is located in the `security-openid-connect-quickstart` link:{quickstarts-tree-url}/security-openid-connect-quickstart[directory].