Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit 2e81fe4

Browse files
ahus1andymunro
andauthored
Links to Quickstarts should use attribute (#1799)
Closes #1798 Co-authored-by: andymunro <[email protected]>
1 parent b73025b commit 2e81fe4

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

authorization_services/topics/authorization-quickstarts.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ table provides a brief description of the available authorization quickstarts:
1717
|===
1818
|Name |Description
1919

20-
| https://github.com/keycloak/keycloak-quickstarts/tree/latest/app-authz-jee-servlet[app-authz-jee-servlet]
20+
| {quickstartRepo_link}/tree/latest/app-authz-jee-servlet[app-authz-jee-servlet]
2121
| 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.
2222

23-
| https://github.com/keycloak/keycloak-quickstarts/tree/latest/app-authz-jee-vanilla[app-authz-jee-vanilla]
23+
| {quickstartRepo_link}/tree/latest/app-authz-jee-vanilla[app-authz-jee-vanilla]
2424
| 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.
2525

26-
| https://github.com/keycloak/keycloak-quickstarts/tree/latest/app-authz-rest-springboot[app-authz-rest-springboot]
26+
| {quickstartRepo_link}/tree/latest/app-authz-rest-springboot[app-authz-rest-springboot]
2727
| Demonstrates how to protect a SpringBoot REST service using {Project_Name} Authorization Services.
2828

29-
| https://github.com/keycloak/keycloak-quickstarts/tree/latest/app-authz-springboot[app-authz-springboot]
29+
| {quickstartRepo_link}/tree/latest/app-authz-springboot[app-authz-springboot]
3030
| Demonstrates how to write a SpringBoot Web application where both authentication and authorization aspects are managed by {Project_Name}.
3131

32-
| https://github.com/keycloak/keycloak-quickstarts/tree/latest/app-authz-uma-photoz[app-authz-uma-photoz]
33-
| 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.
32+
| {quickstartRepo_link}/tree/latest/app-authz-uma-photoz[app-authz-uma-photoz]
33+
| 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.
3434

3535
|===

securing_apps/topics/oidc/nodejs-adapter.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,4 +370,4 @@ to the `middleware()` call:
370370

371371
==== Complete example
372372

373-
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]
373+
A complete example using the Node.js adapter usage can be found in {quickstartRepo_link}/tree/latest/service-nodejs/[Keycloak quickstarts for Node.js]

server_development/topics/user-storage.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ There are two sample projects in link:{quickstartRepo_link}[{quickstartRepo_name
2525
|===
2626
|Name |Description
2727

28-
| https://github.com/keycloak/keycloak-quickstarts/tree/latest/user-storage-jpa[user-storage-jpa]
28+
| {quickstartRepo_link}/tree/latest/user-storage-jpa[user-storage-jpa]
2929
| Demonstrates implementing a user storage provider using EJB and JPA.
3030

31-
| https://github.com/keycloak/keycloak-quickstarts/tree/latest/user-storage-simple[user-storage-simple]
31+
| {quickstartRepo_link}/tree/latest/user-storage-simple[user-storage-simple]
3232
| Demonstrates implementing a user storage provider using a simple properties file that contains username/password key pairs.
3333

3434
|===

0 commit comments

Comments
 (0)