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 ff5188ca1788d..8921ec8696429 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].