Skip to content

Fixed a few documentation typos/broken URLs #1982

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ individual is representing the project or its community.

This Code of Conduct is adapted from the
[Contributor Covenant](https://contributor-covenant.org), version 1.3.0, available at
contributor-covenant.org/version/1/3/0/](https://contributor-covenant.org/version/1/3/0/[) and [spring-boot
[contributor-covenant.org/version/1/3/0/](https://contributor-covenant.org/version/1/3/0/) and [spring-boot
Contributor Code of Conduct](https://github.com/spring-projects/spring-boot/blob/master/CODE_OF_CONDUCT.adoc)
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ Pivotal)
* Automatically deploys swagger-ui to a Spring Boot 2.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
* 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
Expand Down Expand Up @@ -125,8 +125,7 @@ springdoc.swagger-ui.path=/swagger-ui.html

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

* Documentation will be available at the following url for json format: http://server:
port/context-path/v3/api-docs
* 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
* `context-path`: The context path of the application
Expand Down Expand Up @@ -220,7 +219,7 @@ its [contributors](https://github.com/springdoc/springdoc-openapi/graphs/contrib
<img src="https://contrib.rocks/image?repo=springdoc/springdoc-openapi" width="50%"/>
</a>

Thanks you all for your support!
Thank you all for your support!

## Additional Support

Expand Down