From 8e6db18971fadb292200a4b7ecebd58db2fcdc47 Mon Sep 17 00:00:00 2001 From: Hakky54 Date: Wed, 11 Sep 2024 09:48:18 +0200 Subject: [PATCH] Fixed typo --- .../instant-server-ssl-reloading-with-grpc/README.md | 2 +- instant-server-ssl-reloading-with-netty/netty-server/README.md | 2 +- instant-server-ssl-reloading-with-quarkus/README.md | 2 +- instant-server-ssl-reloading-with-vertx/vertx-server/README.md | 2 +- instant-ssl-reloading-with-spring-tomcat/README.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/grpc-client-server-with-ssl/instant-server-ssl-reloading-with-grpc/README.md b/grpc-client-server-with-ssl/instant-server-ssl-reloading-with-grpc/README.md index 6db790f..3be4d75 100644 --- a/grpc-client-server-with-ssl/instant-server-ssl-reloading-with-grpc/README.md +++ b/grpc-client-server-with-ssl/instant-server-ssl-reloading-with-grpc/README.md @@ -10,7 +10,7 @@ The repository contains: The server has currently one way to update the existing ssl material: - File based aka file change listener, see here for the implementation: [FilesBasedSslUpdateService](src/main/java/nl/altindag/grpc/server/service/FileBasedSslUpdateService.java) -- REST, This option is hosted in a separate module within this repository, see here: [AdminController]((https://github.com/Hakky54/java-tutorials/blob/main/instant-server-ssl-reloading/server/src/main/java/nl/altindag/server/controller/AdminController.java) +- REST, This option is hosted in a separate module within this repository, see here: [AdminController](https://github.com/Hakky54/java-tutorials/blob/main/instant-server-ssl-reloading/server/src/main/java/nl/altindag/server/controller/AdminController.java) - Databased based, aka database change listener. This option is hosted in a separate module within this repository, see here: [Instant SSL Reloading With Database](https://github.com/Hakky54/java-tutorials/tree/main/instant-ssl-reloading-with-spring-jetty-database) #### Requirements diff --git a/instant-server-ssl-reloading-with-netty/netty-server/README.md b/instant-server-ssl-reloading-with-netty/netty-server/README.md index 57e88bd..72c717b 100644 --- a/instant-server-ssl-reloading-with-netty/netty-server/README.md +++ b/instant-server-ssl-reloading-with-netty/netty-server/README.md @@ -10,7 +10,7 @@ The repository contains: The server has currently one way to update the existing ssl material: - File based aka file change listener, see here for the implementation: [FilesBasedSslUpdateService](src/main/java/nl/altindag/server/service/FileBasedSslUpdateService.java) -- REST, This option is hosted in a separate module within this repository, see here: [AdminController]((https://github.com/Hakky54/java-tutorials/blob/main/instant-server-ssl-reloading/server/src/main/java/nl/altindag/server/controller/AdminController.java) +- REST, This option is hosted in a separate module within this repository, see here: [AdminController](https://github.com/Hakky54/java-tutorials/blob/main/instant-server-ssl-reloading/server/src/main/java/nl/altindag/server/controller/AdminController.java) - Databased based, aka database change listener. This option is hosted in a separate module within this repository, see here: [Instant SSL Reloading With Database](https://github.com/Hakky54/java-tutorials/tree/main/instant-ssl-reloading-with-spring-jetty-database) #### Requirements diff --git a/instant-server-ssl-reloading-with-quarkus/README.md b/instant-server-ssl-reloading-with-quarkus/README.md index 8fdc4a4..1d41aaf 100644 --- a/instant-server-ssl-reloading-with-quarkus/README.md +++ b/instant-server-ssl-reloading-with-quarkus/README.md @@ -10,7 +10,7 @@ The repository contains: The server has currently one way to update the existing ssl material: - File based aka file change listener, see here for the implementation: [FilesBasedSslUpdateService](src/main/java/nl/altindag/server/service/FileBasedSslUpdateService.java) -- REST, This option is hosted in a separate module within this repository, see here: [AdminController]((https://github.com/Hakky54/java-tutorials/blob/main/instant-server-ssl-reloading/server/src/main/java/nl/altindag/server/controller/AdminController.java) +- REST, This option is hosted in a separate module within this repository, see here: [AdminController](https://github.com/Hakky54/java-tutorials/blob/main/instant-server-ssl-reloading/server/src/main/java/nl/altindag/server/controller/AdminController.java) - Databased based, aka database change listener. This option is hosted in a separate module within this repository, see here: [Instant SSL Reloading With Database](https://github.com/Hakky54/java-tutorials/tree/main/instant-ssl-reloading-with-spring-jetty-database) #### Requirements diff --git a/instant-server-ssl-reloading-with-vertx/vertx-server/README.md b/instant-server-ssl-reloading-with-vertx/vertx-server/README.md index e5c67f9..4eb7482 100644 --- a/instant-server-ssl-reloading-with-vertx/vertx-server/README.md +++ b/instant-server-ssl-reloading-with-vertx/vertx-server/README.md @@ -10,7 +10,7 @@ The repository contains: The server has currently one way to update the existing ssl material: - File based aka file change listener, see here for the implementation: [FilesBasedSslUpdateService](src/main/java/nl/altindag/server/service/FileBasedSslUpdateService.java) -- REST, This option is hosted in a separate module within this repository, see here: [AdminController]((https://github.com/Hakky54/java-tutorials/blob/main/instant-server-ssl-reloading/server/src/main/java/nl/altindag/server/controller/AdminController.java) +- REST, This option is hosted in a separate module within this repository, see here: [AdminController](https://github.com/Hakky54/java-tutorials/blob/main/instant-server-ssl-reloading/server/src/main/java/nl/altindag/server/controller/AdminController.java) - Databased based, aka database change listener. This option is hosted in a separate module within this repository, see here: [Instant SSL Reloading With Database](https://github.com/Hakky54/java-tutorials/tree/main/instant-ssl-reloading-with-spring-jetty-database) #### Requirements diff --git a/instant-ssl-reloading-with-spring-tomcat/README.md b/instant-ssl-reloading-with-spring-tomcat/README.md index 91f8974..ce53117 100644 --- a/instant-ssl-reloading-with-spring-tomcat/README.md +++ b/instant-ssl-reloading-with-spring-tomcat/README.md @@ -10,7 +10,7 @@ The repository contains: The server has two ways to update the existing ssl material: - File based aka file change listener, see here for the implementation: [FilesBasedSslUpdateService](src/main/java/nl/altindag/server/service/FileBasedSslUpdateService.java) -- REST, This option is hosted in a separate module within this repository, see here: [AdminController]((https://github.com/Hakky54/java-tutorials/blob/main/instant-server-ssl-reloading/server/src/main/java/nl/altindag/server/controller/AdminController.java) +- REST, This option is hosted in a separate module within this repository, see here: [AdminController](https://github.com/Hakky54/java-tutorials/blob/main/instant-server-ssl-reloading/server/src/main/java/nl/altindag/server/controller/AdminController.java) - Databased based, aka database change listener. This option is hosted in a separate module within this repository, see here: [Instant SSL Reloading With Database](https://github.com/Hakky54/java-tutorials/tree/main/instant-ssl-reloading-with-spring-jetty-database) #### Requirements