From c94ea093bd3359a0fcf6a6df7126d5f3dc513db9 Mon Sep 17 00:00:00 2001 From: nabbisen Date: Mon, 14 Oct 2024 16:03:29 +0000 Subject: [PATCH] fix appearance of links to getting started in readme (#564) --- jakarta/jaxrs-resource-server/README.md | 2 +- jakarta/servlet-authz-client/README.md | 2 +- jakarta/servlet-saml-service-provider/README.md | 2 +- js/spa/README.md | 2 +- nodejs/resource-server/README.md | 2 +- spring/rest-authz-resource-server/README.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/jakarta/jaxrs-resource-server/README.md b/jakarta/jaxrs-resource-server/README.md index 2502fefe9..00d0590d3 100644 --- a/jakarta/jaxrs-resource-server/README.md +++ b/jakarta/jaxrs-resource-server/README.md @@ -27,7 +27,7 @@ To compile and run this quickstart you will need: Starting and Configuring the Keycloak Server ------------------- -To start a Keycloak Server you can use OpenJDK on Bare Metal, Docker, Openshift or any other option described in [Keycloak Getting Started guides]https://www.keycloak.org/guides#getting-started. For example when using Docker just run the following command in the root directory of this quickstart: +To start a Keycloak Server you can use OpenJDK on Bare Metal, Docker, Openshift or any other option described in [Keycloak Getting Started guides](https://www.keycloak.org/guides#getting-started). For example when using Docker just run the following command in the root directory of this quickstart: ```shell docker run --name keycloak \ diff --git a/jakarta/servlet-authz-client/README.md b/jakarta/servlet-authz-client/README.md index 2ea9369f4..2bb369b0d 100644 --- a/jakarta/servlet-authz-client/README.md +++ b/jakarta/servlet-authz-client/README.md @@ -40,7 +40,7 @@ To compile and run this quickstart you will need: Starting and Configuring the Keycloak Server ------------------- -To start a Keycloak Server you can use OpenJDK on Bare Metal, Docker, Openshift or any other option described in [Keycloak Getting Started guides]https://www.keycloak.org/guides#getting-started. For example when using Docker just run the following command in the root directory of this quickstart: +To start a Keycloak Server you can use OpenJDK on Bare Metal, Docker, Openshift or any other option described in [Keycloak Getting Started guides](https://www.keycloak.org/guides#getting-started). For example when using Docker just run the following command in the root directory of this quickstart: ```shell docker run --name keycloak \ diff --git a/jakarta/servlet-saml-service-provider/README.md b/jakarta/servlet-saml-service-provider/README.md index dff95fe95..6f88a2a7c 100755 --- a/jakarta/servlet-saml-service-provider/README.md +++ b/jakarta/servlet-saml-service-provider/README.md @@ -26,7 +26,7 @@ To compile and run this quickstart you will need: Starting and Configuring the Keycloak Server ------------------- -To start a Keycloak Server you can use OpenJDK on Bare Metal, Docker, Openshift or any other option described in [Keycloak Getting Started guides]https://www.keycloak.org/guides#getting-started. For example when using Docker just run the following command in the root directory of this quickstart: +To start a Keycloak Server you can use OpenJDK on Bare Metal, Docker, Openshift or any other option described in [Keycloak Getting Started guides](https://www.keycloak.org/guides#getting-started). For example when using Docker just run the following command in the root directory of this quickstart: ```shell docker run --name keycloak \ diff --git a/js/spa/README.md b/js/spa/README.md index 931cba18b..58a4d5d45 100644 --- a/js/spa/README.md +++ b/js/spa/README.md @@ -27,7 +27,7 @@ To compile and run this quickstart you will need: Starting and Configuring the Keycloak Server ------------------- -To start a Keycloak Server you can use OpenJDK on Bare Metal, Docker, Openshift or any other option described in [Keycloak Getting Started guides]https://www.keycloak.org/guides#getting-started. For example when using Docker just run the following command in the root directory of this quickstart: +To start a Keycloak Server you can use OpenJDK on Bare Metal, Docker, Openshift or any other option described in [Keycloak Getting Started guides](https://www.keycloak.org/guides#getting-started). For example when using Docker just run the following command in the root directory of this quickstart: ```shell docker run --name keycloak \ diff --git a/nodejs/resource-server/README.md b/nodejs/resource-server/README.md index ea723ee6a..6e5e11832 100644 --- a/nodejs/resource-server/README.md +++ b/nodejs/resource-server/README.md @@ -31,7 +31,7 @@ To compile and run this quickstart you will need: Starting and Configuring the Keycloak Server ------------------- -To start a Keycloak Server you can use OpenJDK on Bare Metal, Docker, Openshift or any other option described in [Keycloak Getting Started guides]https://www.keycloak.org/guides#getting-started. For example when using Docker just run the following command in the root directory of this quickstart: +To start a Keycloak Server you can use OpenJDK on Bare Metal, Docker, Openshift or any other option described in [Keycloak Getting Started guides](https://www.keycloak.org/guides#getting-started). For example when using Docker just run the following command in the root directory of this quickstart: ```shell docker run --name keycloak \ diff --git a/spring/rest-authz-resource-server/README.md b/spring/rest-authz-resource-server/README.md index f757b0cef..16c9ef5db 100644 --- a/spring/rest-authz-resource-server/README.md +++ b/spring/rest-authz-resource-server/README.md @@ -29,7 +29,7 @@ To compile and run this quickstart you will need: Starting and Configuring the Keycloak Server ------------------- -To start a Keycloak Server you can use OpenJDK on Bare Metal, Docker, Openshift or any other option described in [Keycloak Getting Started guides]https://www.keycloak.org/guides#getting-started. For example when using Docker just run the following command in the root directory of this quickstart: +To start a Keycloak Server you can use OpenJDK on Bare Metal, Docker, Openshift or any other option described in [Keycloak Getting Started guides](https://www.keycloak.org/guides#getting-started). For example when using Docker just run the following command in the root directory of this quickstart: ```shell docker run --name keycloak \