Skip to content

Commit

Permalink
fix appearance of links to getting started in readme (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
nabbisen authored Oct 14, 2024
1 parent 81ba2c9 commit c94ea09
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion jakarta/jaxrs-resource-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion jakarta/servlet-authz-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion jakarta/servlet-saml-service-provider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion js/spa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion nodejs/resource-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion spring/rest-authz-resource-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit c94ea09

Please sign in to comment.