Fixed invalid links; fixes gh-2038

This commit is contained in:
Marcin Grzejszczak
2023-12-04 17:21:59 +01:00
parent 516ed9f9ed
commit 07a6fd4f22
2 changed files with 4 additions and 4 deletions

View File

@@ -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]

View File

@@ -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