Fix links to http-server and http-client samples (#1220)

The links to the http-server and http-client samples were pointing to a url
with an unresolved `{branch}` attribute.

Replace the links by instead using the attributes `{samples_code}` and
`{standalone_samples_path}`.
This commit is contained in:
Sylvain Guillope
2019-09-25 21:48:09 +10:00
committed by Marcin Grzejszczak
parent f436d7fca9
commit 7d854adf16

View File

@@ -832,8 +832,8 @@ Social remarks
discuss changes while going through the process
* CDC is all about communication
The https://github.com/spring-cloud/spring-cloud-contract/tree/{branch}/samples/standalone/dsl/http-server[server-side
code is available here] and https://github.com/spring-cloud/spring-cloud-contract/tree/{branch}/samples/standalone/dsl/http-client[the client code is available here].
The {samples_code}/{standalone_samples_path}/http-server[server-side
code is available here] and {samples_code}/{standalone_samples_path}/http-client[the client code is available here].
TIP: In this case, the producer owns the contracts. Physically, all of the contracts are
in the producer's repository.