diff --git a/README.adoc b/README.adoc index 3dae46493f..4d41d99510 100644 --- a/README.adoc +++ b/README.adoc @@ -13,12 +13,6 @@ contracts and service schemas in Spring applications, covering a range of option writing tests, publishing them as assets, and asserting that a contract is kept by producers and consumers -- for both HTTP and message-based interactions. -=== Spring Cloud Contract workshops - -If you prefer to learn about the project by doing some tutorials, you can check out the -workshops under -https://cloud-samples.spring.io/spring-cloud-contract-samples/workshops.html[this link]. - == Project page You can read more about Spring Cloud Contract by going to https://spring.io/projects/spring-cloud-contract[the project page] diff --git a/docs/src/main/asciidoc/README.adoc b/docs/src/main/asciidoc/README.adoc index f68aed0334..75103b9504 100644 --- a/docs/src/main/asciidoc/README.adoc +++ b/docs/src/main/asciidoc/README.adoc @@ -6,12 +6,6 @@ contracts and service schemas in Spring applications, covering a range of option writing tests, publishing them as assets, and asserting that a contract is kept by producers and consumers -- for both HTTP and message-based interactions. -=== Spring Cloud Contract workshops - -If you prefer to learn about the project by doing some tutorials, you can check out the -workshops under -https://cloud-samples.spring.io/spring-cloud-contract-samples/workshops.html[this link]. - == Project page You can read more about Spring Cloud Contract by going to https://spring.io/projects/spring-cloud-contract[the project page] diff --git a/docs/src/main/asciidoc/getting-started.adoc b/docs/src/main/asciidoc/getting-started.adoc index 24d231c6e7..7d061ae6a2 100644 --- a/docs/src/main/asciidoc/getting-started.adoc +++ b/docs/src/main/asciidoc/getting-started.adoc @@ -1430,5 +1430,3 @@ video::TvpkZu1e2Dc[youtube,start=6262,width=640,height=480] You can find the default project samples at https://github.com/spring-cloud-samples/spring-cloud-contract-samples[samples]. - -You can find the Spring Cloud Contract workshops https://cloud-samples.spring.io/spring-cloud-contract-samples/[here]. diff --git a/docs/src/main/asciidoc/using.adoc b/docs/src/main/asciidoc/using.adoc index 9bb261c00f..426d249e4d 100644 --- a/docs/src/main/asciidoc/using.adoc +++ b/docs/src/main/asciidoc/using.adoc @@ -15,8 +15,6 @@ section. You can check the <> link to see the provider contract testing with stubs in the Nexus or Artifactory flow. -You can also check the https://cloud-samples.spring.io/spring-cloud-contract-samples/tutorials/contracts_on_the_producer_side.html[workshop page] for a step-by-step instruction on how to do this flow. - [[flows-provider-git]] == Provider Contract Testing with Stubs in Git @@ -191,9 +189,6 @@ with contracts on the producer side flow. In this flow, we perform Consumer Driven Contract testing. The contract definitions are stored in a separate repository. -See the https://cloud-samples.spring.io/spring-cloud-contract-samples/tutorials/contracts_on_the_producer_side.html[workshop section] -for step-by-step instructions on how to do this flow. - === Prerequisites To use consumer-driven contracts with the contracts held in an external repository, you need to set up a git repository that: @@ -721,8 +716,6 @@ The following UML diagram shows the consumer flow: In this flow, we do not use a Spring Cloud Contract plugin to generate tests and stubs. We write https://spring.io/projects/spring-restdocs[Spring RESTDocs], and, from them, we automatically generate stubs. Finally, we set up our builds to package the stubs and upload them to the stub storage site -- in our case, Nexus or Artifactory. -See the https://cloud-samples.spring.io/spring-cloud-contract-samples/tutorials/rest_docs.html[workshop page] for a step-by-step instruction on how to use this flow. - [[flows-provider-rest-docs-producer]] === Producer Flow