From 8648f87022a6842d342d59542f4884f307e33018 Mon Sep 17 00:00:00 2001 From: Benedikt Waldvogel Date: Mon, 9 Feb 2026 09:46:04 +0100 Subject: [PATCH 1/2] Fix broken URL in README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e3409ef99..708e46db9 100644 --- a/README.md +++ b/README.md @@ -100,9 +100,10 @@ Pivotal) * Automatically deploys swagger-ui to a Spring Boot 3.x application * Documentation will be available in HTML format, using the official [swagger-ui jars](https://github.com/swagger-api/swagger-ui.git). -* The Swagger UI page should then be available at http://server: - port/context-path/swagger-ui.html and the OpenAPI description will be available at the - following url for json format: http://server:port/context-path/v3/api-docs +* The Swagger UI page should then be available at + http://server:port/context-path/swagger-ui.html and the OpenAPI description will be + available at the following url for json format: + http://server:port/context-path/v3/api-docs * `server`: The server name or IP * `port`: The server port * `context-path`: The context path of the application From 5ac3a0442a2eb9b7426708e467790158d133e0a2 Mon Sep 17 00:00:00 2001 From: Benedikt Waldvogel Date: Mon, 9 Feb 2026 09:51:36 +0100 Subject: [PATCH 2/2] Improve casing in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 708e46db9..908af4ab4 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Pivotal) official [swagger-ui jars](https://github.com/swagger-api/swagger-ui.git). * The Swagger UI page should then be available at http://server:port/context-path/swagger-ui.html and the OpenAPI description will be - available at the following url for json format: + available at the following url for JSON format: http://server:port/context-path/v3/api-docs * `server`: The server name or IP * `port`: The server port @@ -156,7 +156,7 @@ springdoc.swagger-ui.path=/swagger-ui.html ## Integration of the library in a Spring Boot 3.x project without the swagger-ui: -* Documentation will be available at the following url for json format: http://server: +* Documentation will be available at the following url for JSON format: http://server: port/context-path/v3/api-docs * `server`: The server name or IP * `port`: The server port