Skip to content

Commit 8648f87

Browse files
authored
Fix broken URL in README
1 parent e21326a commit 8648f87

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,10 @@ Pivotal)
100100
* Automatically deploys swagger-ui to a Spring Boot 3.x application
101101
* Documentation will be available in HTML format, using the
102102
official [swagger-ui jars](https://github.com/swagger-api/swagger-ui.git).
103-
* The Swagger UI page should then be available at http://server:
104-
port/context-path/swagger-ui.html and the OpenAPI description will be available at the
105-
following url for json format: http://server:port/context-path/v3/api-docs
103+
* The Swagger UI page should then be available at
104+
http://server:port/context-path/swagger-ui.html and the OpenAPI description will be
105+
available at the following url for json format:
106+
http://server:port/context-path/v3/api-docs
106107
* `server`: The server name or IP
107108
* `port`: The server port
108109
* `context-path`: The context path of the application

0 commit comments

Comments
 (0)