Revert "Corrected links to use samples_branch rather than branch in documentation. (#1293)" (#1295)

This reverts commit 4e5505269e.
This commit is contained in:
Marcin Grzejszczak
2019-12-24 00:04:58 +01:00
committed by GitHub
parent 4e5505269e
commit 408644630a
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ include::_attributes.adoc[]
The Spring Cloud Contract WireMock modules let you use https://github.com/tomakehurst/wiremock[WireMock] in a
Spring Boot application. Check out the
https://github.com/spring-cloud/spring-cloud-contract/tree/{samples_branch}/samples[samples]
https://github.com/spring-cloud/spring-cloud-contract/tree/{branch}/samples[samples]
for more details.
If you have a Spring Boot application that uses Tomcat as an embedded server (which is
@@ -36,7 +36,7 @@ The registered WireMock server is reset after each test class, however, if you n
If you use `@AutoConfigureWireMock`, it registers WireMock JSON stubs from the file
system or classpath (by default, from `file:src/test/resources/mappings`). You can
customize the locations by using the `stubs` attribute in the annotation, which can be an
customize the locations byusing the `stubs` attribute in the annotation, which can be an
Ant-style resource pattern or a directory. In the case of a directory, `**/*.json` is
appended. The following code shows an example:

View File

@@ -257,7 +257,7 @@ 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/{samples_branch}/samples/standalone/contracts[here]).
https://github.com/spring-cloud/spring-cloud-contract/tree/{branch}/samples/standalone/contracts[here]).
The following listing shows such a structure:
====