From 2e81fe4cc0866881e97a1f9050f0c11033d2183a Mon Sep 17 00:00:00 2001 From: Alexander Schwartz Date: Tue, 14 Mar 2023 11:57:28 +0100 Subject: [PATCH] Links to Quickstarts should use attribute (#1799) Closes #1798 Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com> --- .../topics/authorization-quickstarts.adoc | 12 ++++++------ securing_apps/topics/oidc/nodejs-adapter.adoc | 2 +- server_development/topics/user-storage.adoc | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/authorization_services/topics/authorization-quickstarts.adoc b/authorization_services/topics/authorization-quickstarts.adoc index de5c65e1bd..3f360999ea 100644 --- a/authorization_services/topics/authorization-quickstarts.adoc +++ b/authorization_services/topics/authorization-quickstarts.adoc @@ -17,19 +17,19 @@ table provides a brief description of the available authorization quickstarts: |=== |Name |Description -| https://github.com/keycloak/keycloak-quickstarts/tree/latest/app-authz-jee-servlet[app-authz-jee-servlet] +| {quickstartRepo_link}/tree/latest/app-authz-jee-servlet[app-authz-jee-servlet] | Demonstrates how to enable fine-grained authorization to a Jakarta EE application in order to protect specific resources and build a dynamic menu based on the permissions obtained from a {Project_Name} Server. -| https://github.com/keycloak/keycloak-quickstarts/tree/latest/app-authz-jee-vanilla[app-authz-jee-vanilla] +| {quickstartRepo_link}/tree/latest/app-authz-jee-vanilla[app-authz-jee-vanilla] | Demonstrates how to enable fine-grained authorization to a Jakarta EE application and use the default authorization settings to protect all resources in the application. -| https://github.com/keycloak/keycloak-quickstarts/tree/latest/app-authz-rest-springboot[app-authz-rest-springboot] +| {quickstartRepo_link}/tree/latest/app-authz-rest-springboot[app-authz-rest-springboot] | Demonstrates how to protect a SpringBoot REST service using {Project_Name} Authorization Services. -| https://github.com/keycloak/keycloak-quickstarts/tree/latest/app-authz-springboot[app-authz-springboot] +| {quickstartRepo_link}/tree/latest/app-authz-springboot[app-authz-springboot] | Demonstrates how to write a SpringBoot Web application where both authentication and authorization aspects are managed by {Project_Name}. -| https://github.com/keycloak/keycloak-quickstarts/tree/latest/app-authz-uma-photoz[app-authz-uma-photoz] -| A simple application based on HTML5+AngularJS+JAX-RS that demonstrates how to enable User-Managed Access to your application and let users to manage permissions for their resources. +| {quickstartRepo_link}/tree/latest/app-authz-uma-photoz[app-authz-uma-photoz] +| A simple application based on HTML5+AngularJS+JAX-RS that demonstrates how to enable User-Managed Access to your application and let users manage permissions for their resources. |=== diff --git a/securing_apps/topics/oidc/nodejs-adapter.adoc b/securing_apps/topics/oidc/nodejs-adapter.adoc index fe444212ed..a77f03e85f 100644 --- a/securing_apps/topics/oidc/nodejs-adapter.adoc +++ b/securing_apps/topics/oidc/nodejs-adapter.adoc @@ -370,4 +370,4 @@ to the `middleware()` call: ==== Complete example -A complete example using the Node.js adapter usage can be found in https://github.com/keycloak/keycloak-quickstarts/tree/latest/service-nodejs/[Keycloak quickstarts for Node.js] +A complete example using the Node.js adapter usage can be found in {quickstartRepo_link}/tree/latest/service-nodejs/[Keycloak quickstarts for Node.js] diff --git a/server_development/topics/user-storage.adoc b/server_development/topics/user-storage.adoc index 47d5ef9bc0..b9698d995e 100644 --- a/server_development/topics/user-storage.adoc +++ b/server_development/topics/user-storage.adoc @@ -25,10 +25,10 @@ There are two sample projects in link:{quickstartRepo_link}[{quickstartRepo_name |=== |Name |Description -| https://github.com/keycloak/keycloak-quickstarts/tree/latest/user-storage-jpa[user-storage-jpa] +| {quickstartRepo_link}/tree/latest/user-storage-jpa[user-storage-jpa] | Demonstrates implementing a user storage provider using EJB and JPA. -| https://github.com/keycloak/keycloak-quickstarts/tree/latest/user-storage-simple[user-storage-simple] +| {quickstartRepo_link}/tree/latest/user-storage-simple[user-storage-simple] | Demonstrates implementing a user storage provider using a simple properties file that contains username/password key pairs. |===