diff --git a/README.adoc b/README.adoc index 0ab25fa7c..3b3d041e3 100644 --- a/README.adoc +++ b/README.adoc @@ -6,7 +6,7 @@ Edit the files in the src/main/asciidoc/ directory instead. :jdkversion: 17 -:github-tag: master +:github-tag: 4.0.x :github-repo: spring-cloud/spring-cloud-stream :github-raw: https://raw.githubusercontent.com/{github-repo}/{github-tag} @@ -177,7 +177,7 @@ from the `file` menu. == Contributing -:spring-cloud-build-branch: master +:spring-cloud-build-branch: 4.0.x Spring Cloud is released under the non-restrictive Apache 2.0 license, and follows a very standard Github development process, using Github diff --git a/bom/README.adoc b/bom/README.adoc index 6d59ba2fd..c8c4821e2 100644 --- a/bom/README.adoc +++ b/bom/README.adoc @@ -27,4 +27,4 @@ We love contributions. Follow this https://github.com/spring-cloud/spring-cloud-commons#contributing[link] for more information on how to contribute. == Code of Conduct -This project adheres to the Contributor Covenant https://github.com/spring-cloud/spring-cloud-stream/blob/master/CODE_OF_CONDUCT.adoc[code of conduct]. By participating, you are expected to uphold this code. Please report unacceptable behavior to spring-code-of-conduct@pivotal.io. +This project adheres to the Contributor Covenant https://github.com/spring-cloud/spring-cloud-stream/blob/main/CODE_OF_CONDUCT.adoc[code of conduct]. By participating, you are expected to uphold this code. Please report unacceptable behavior to spring-code-of-conduct@pivotal.io. diff --git a/docs/src/main/asciidoc/README.adoc b/docs/src/main/asciidoc/README.adoc index 69df18f90..981423a5e 100644 --- a/docs/src/main/asciidoc/README.adoc +++ b/docs/src/main/asciidoc/README.adoc @@ -1,5 +1,5 @@ :jdkversion: 17 -:github-tag: master +:github-tag: 4.0.x :github-repo: spring-cloud/spring-cloud-stream :github-raw: https://raw.githubusercontent.com/{github-repo}/{github-tag} @@ -19,8 +19,8 @@ For more information, please visit the https://spring.io/projects/spring-cloud-s == Building -include::https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/docs/src/main/asciidoc/building.adoc[] +include::https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/4.0.x/docs/src/main/asciidoc/building.adoc[] == Contributing -include::https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/docs/src/main/asciidoc/contributing.adoc[] +include::https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/4.0.x/docs/src/main/asciidoc/contributing.adoc[] diff --git a/docs/src/main/asciidoc/binders.adoc b/docs/src/main/asciidoc/binders.adoc index 4ce77d98a..4add73dbc 100644 --- a/docs/src/main/asciidoc/binders.adoc +++ b/docs/src/main/asciidoc/binders.adoc @@ -8,7 +8,7 @@ The following binder implementations are available: * https://cloud.spring.io/spring-cloud-stream-binder-rabbit/[RabbitMQ] * https://cloud.spring.io/spring-cloud-stream-binder-kafka/[Apache Kafka] * https://github.com/spring-cloud/spring-cloud-stream-binder-aws-kinesis[Amazon Kinesis] -* https://github.com/spring-cloud/spring-cloud-gcp/tree/master/spring-cloud-gcp-pubsub-stream-binder[Google PubSub _(partner maintained)_] +https://github.com/GoogleCloudPlatform/spring-cloud-gcp/tree/main/spring-cloud-gcp-pubsub-stream-binderGoogle PubSub _(partner maintained)_] * https://github.com/SolaceProducts/spring-cloud-stream-binder-solace[Solace PubSub+ _(partner maintained)_] * https://aka.ms/spring/docs#spring-cloud-stream-binder-for-azure-event-hubs[Azure Event Hubs _(partner maintained)_] * https://aka.ms/spring/docs#spring-cloud-stream-binder-for-azure-service-bus[Azure Service Bus Binder _(partner maintained)_] diff --git a/docs/src/main/asciidoc/sagan-index.adoc b/docs/src/main/asciidoc/sagan-index.adoc index 00c4fbee7..96915aa7d 100644 --- a/docs/src/main/asciidoc/sagan-index.adoc +++ b/docs/src/main/asciidoc/sagan-index.adoc @@ -9,7 +9,7 @@ Spring Cloud Stream supports a variety of binder implementations and the followi * https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit[RabbitMQ] * https://github.com/spring-cloud/spring-cloud-stream-binder-kafka[Apache Kafka] -* https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/tree/master/spring-cloud-stream-binder-kafka-streams[Kafka Streams] +* https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/tree/main/spring-cloud-stream-binder-kafka-streams[Kafka Streams] * https://github.com/spring-cloud/spring-cloud-stream-binder-aws-kinesis[Amazon Kinesis] * https://github.com/GoogleCloudPlatform/spring-cloud-gcp/tree/main/spring-cloud-gcp-pubsub-stream-binder[Google PubSub _(partner maintained)_] * https://github.com/SolaceProducts/spring-cloud-stream-binder-solace[Solace PubSub+ _(partner maintained)_] diff --git a/docs/src/main/asciidoc/spring-cloud-stream.adoc b/docs/src/main/asciidoc/spring-cloud-stream.adoc index 8977042e3..36ac89c39 100644 --- a/docs/src/main/asciidoc/spring-cloud-stream.adoc +++ b/docs/src/main/asciidoc/spring-cloud-stream.adoc @@ -3246,7 +3246,7 @@ The following is the list of available binder implementations * https://cloud.spring.io/spring-cloud-stream-binder-rabbit/[RabbitMQ] * https://cloud.spring.io/spring-cloud-stream-binder-kafka/[Apache Kafka] * https://github.com/spring-cloud/spring-cloud-stream-binder-aws-kinesis[Amazon Kinesis] -* https://github.com/spring-cloud/spring-cloud-gcp/tree/master/spring-cloud-gcp-pubsub-stream-binder[Google PubSub _(partner maintained)_] +* https://github.com/GoogleCloudPlatform/spring-cloud-gcp/tree/main/spring-cloud-gcp-pubsub-stream-binder[Google PubSub _(partner maintained)_] * https://github.com/SolaceProducts/spring-cloud-stream-binder-solace[Solace PubSub+ _(partner maintained)_] * https://aka.ms/spring/docs#spring-cloud-stream-binder-for-azure-event-hubs[Azure Event Hubs _(partner maintained)_] * https://aka.ms/spring/docs#spring-cloud-stream-binder-for-azure-service-bus[Azure Service Bus _(partner maintained)_]