fix #1690: removes all links to scc workshop (#1691)

This commit is contained in:
Fabian Krüger
2021-08-09 14:02:41 +02:00
committed by GitHub
parent 28cebb35a0
commit ab984d8caf
4 changed files with 0 additions and 21 deletions

View File

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

View File

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

View File

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

View File

@@ -15,8 +15,6 @@ section.
You can check the <<getting-started.adoc#getting-started-first-application, Developing Your First Spring Cloud Contract based application>> 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