Skip to content

Commit 2e9420e

Browse files
authored
Merge pull request #1982 from danrose499/master
Fixed a few documentation typos/broken URLs
2 parents da42652 + 7d854c6 commit 2e9420e

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ individual is representing the project or its community.
3535

3636
This Code of Conduct is adapted from the
3737
[Contributor Covenant](https://contributor-covenant.org), version 1.3.0, available at
38-
contributor-covenant.org/version/1/3/0/](https://contributor-covenant.org/version/1/3/0/[) and [spring-boot
38+
[contributor-covenant.org/version/1/3/0/](https://contributor-covenant.org/version/1/3/0/) and [spring-boot
3939
Contributor Code of Conduct](https://github.com/spring-projects/spring-boot/blob/master/CODE_OF_CONDUCT.adoc)

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ Pivotal)
8080
* Automatically deploys swagger-ui to a Spring Boot 2.x application
8181
* Documentation will be available in HTML format, using the
8282
official [swagger-ui jars](https://github.com/swagger-api/swagger-ui.git).
83-
* The Swagger UI page should then be available at http://server:
84-
port/context-path/swagger-ui.html and the OpenAPI description will be available at the
83+
* The Swagger UI page should then be available at
84+
http://server:port/context-path/swagger-ui.html and the OpenAPI description will be available at the
8585
following url for json format: http://server:port/context-path/v3/api-docs
8686
* `server`: The server name or IP
8787
* `port`: The server port
@@ -125,8 +125,7 @@ springdoc.swagger-ui.path=/swagger-ui.html
125125

126126
## Integration of the library in a Spring Boot 2.x.x project without the swagger-ui:
127127

128-
* Documentation will be available at the following url for json format: http://server:
129-
port/context-path/v3/api-docs
128+
* Documentation will be available at the following url for json format: http://server:port/context-path/v3/api-docs
130129
* `server`: The server name or IP
131130
* `port`: The server port
132131
* `context-path`: The context path of the application
@@ -220,7 +219,7 @@ its [contributors](https://github.com/springdoc/springdoc-openapi/graphs/contrib
220219
<img src="https://contrib.rocks/image?repo=springdoc/springdoc-openapi" width="50%"/>
221220
</a>
222221

223-
Thanks you all for your support!
222+
Thank you all for your support!
224223

225224
## Additional Support
226225

0 commit comments

Comments
 (0)