Fixed invalid links; fixes gh-2038
This commit is contained in:
@@ -14,8 +14,8 @@ with your local changes.
|
||||
|
||||
Assume that we have a producer with coordinates of `com.example:server` and three
|
||||
consumers: `client1`, `client2`, and `client3`. Then, in the repository with common
|
||||
contracts, you could have the following setup (which you can check out
|
||||
https://github.com/spring-cloud/spring-cloud-contract/tree/{github-tag}/samples/standalone/contracts[here]).
|
||||
contracts, you could have the following setup (which you can check out in the
|
||||
https://github.com/spring-cloud/spring-cloud-contract/[Spring Cloud Contract's repository] `samples/standalone/contracts` subfolder).
|
||||
The following listing shows such a structure:
|
||||
|
||||
[source,bash,indent=0]
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
include::partial$_attributes.adoc[]
|
||||
|
||||
The Spring Cloud Contract WireMock modules let you use https://github.com/tomakehurst/wiremock[WireMock] in a
|
||||
Spring Boot application. For more detail, check out the
|
||||
https://github.com/spring-cloud/spring-cloud-contract/tree/{github-tag}/samples[samples].
|
||||
Spring Boot application. For more detail, check out the Spring Cloud Contract's repository
|
||||
https://github.com/spring-cloud/spring-cloud-contract/[samples subfolder].
|
||||
|
||||
If you have a Spring Boot application that uses Tomcat as an embedded server (which is
|
||||
the default with `spring-boot-starter-web`), you can add
|
||||
|
||||
Reference in New Issue
Block a user