Update README link references so numbers are contiguous

Closes gh-565
This commit is contained in:
Johnny Lim
2018-11-27 09:00:47 +09:00
committed by Andy Wilkinson
parent c006b062e8
commit 1c941aaa55

View File

@@ -40,7 +40,7 @@ There are several that you can contribute to Spring REST Docs:
| [restdocs-wiremock][17] | Auto-generate [WireMock][18] stubs as part of documenting your RESTful API |
| [restdocsext-jersey][19] | Enables Spring REST Docs to be used with [Jersey's test framework][20] |
| [spring-auto-restdocs][21] | Uses introspection and Javadoc to automatically document request and response parameters |
| [restdocs-api-spec][23] | A Spring REST Docs extension that adds API specification support. It currently supports [OpenAPI 2][24] and [OpenAPI 3][25] |
| [restdocs-api-spec][22] | A Spring REST Docs extension that adds API specification support. It currently supports [OpenAPI 2][23] and [OpenAPI 3][24] |
## Licence
@@ -67,6 +67,6 @@ Spring REST Docs is open source software released under the [Apache 2.0 license]
[19]: https://github.com/RESTDocsEXT/restdocsext-jersey
[20]: https://jersey.java.net/documentation/latest/test-framework.html
[21]: https://github.com/ScaCap/spring-auto-restdocs
[23]: https://github.com/ePages-de/restdocs-api-spec
[24]: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md
[25]: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md
[22]: https://github.com/ePages-de/restdocs-api-spec
[23]: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md
[24]: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md