From 07a6fd4f227cbddf182e29b2264bc74a8de5ff80 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Mon, 4 Dec 2023 17:21:59 +0100 Subject: [PATCH] Fixed invalid links; fixes gh-2038 --- .../ROOT/pages/howto/how-to-common-repo-with-contracts.adoc | 4 ++-- docs/modules/ROOT/pages/project-features-wiremock.adoc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/modules/ROOT/pages/howto/how-to-common-repo-with-contracts.adoc b/docs/modules/ROOT/pages/howto/how-to-common-repo-with-contracts.adoc index b32843dad9..ff37753571 100644 --- a/docs/modules/ROOT/pages/howto/how-to-common-repo-with-contracts.adoc +++ b/docs/modules/ROOT/pages/howto/how-to-common-repo-with-contracts.adoc @@ -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] diff --git a/docs/modules/ROOT/pages/project-features-wiremock.adoc b/docs/modules/ROOT/pages/project-features-wiremock.adoc index 5071f9d934..b50432e138 100644 --- a/docs/modules/ROOT/pages/project-features-wiremock.adoc +++ b/docs/modules/ROOT/pages/project-features-wiremock.adoc @@ -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