Skip to content

Commit 65601bb

Browse files
committed
Bumping versions
1 parent 75c5dba commit 65601bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Edit the files in the src/main/asciidoc/ directory instead.
66

77

88
image::https://github.com/spring-cloud/spring-cloud-gateway/workflows/Build/badge.svg?style=svg["Actions Status", link="https://github.com/spring-cloud/spring-cloud-gateway/actions"]
9-
image::https://codecov.io/gh/spring-cloud/spring-cloud-gateway/branch/main/graph/badge.svg["Codecov", link="https://codecov.io/gh/spring-cloud/spring-cloud-gateway/branch/main"]
9+
image::https://codecov.io/gh/spring-cloud/spring-cloud-gateway/branch/4.0.x/graph/badge.svg["Codecov", link="https://codecov.io/gh/spring-cloud/spring-cloud-gateway/branch/main"]
1010

1111

1212
This project provides an API Gateway built on top of the Spring Ecosystem, including: Spring 6, Spring Boot 3 and Project Reactor. Spring Cloud Gateway aims to provide a simple, yet effective way to route to APIs and provide cross cutting concerns to them such as: security, monitoring/metrics, and resiliency.
@@ -109,7 +109,7 @@ from the `file` menu.
109109

110110
== Contributing
111111

112-
:spring-cloud-build-branch: 4.0.x
112+
:spring-cloud-build-branch: master
113113

114114
Spring Cloud is released under the non-restrictive Apache 2.0 license,
115115
and follows a very standard Github development process, using Github
@@ -126,7 +126,7 @@ author credit if we do. Active contributors might be asked to join the core tea
126126
given the ability to merge pull requests.
127127

128128
=== Code of Conduct
129-
This project adheres to the Contributor Covenant https://github.com/spring-cloud/spring-cloud-build/blob/master/docs/src/main/asciidoc/code-of-conduct.adoc[code of
129+
This project adheres to the Contributor Covenant https://github.com/spring-cloud/spring-cloud-build/blob/{spring-cloud-build-branch}/docs/src/main/asciidoc/code-of-conduct.adoc[code of
130130
conduct]. By participating, you are expected to uphold this code. Please report
131131
unacceptable behavior to [email protected].
132132

@@ -137,7 +137,7 @@ added after the original pull request but before a merge.
137137
* Use the Spring Framework code format conventions. If you use Eclipse
138138
you can import formatter settings using the
139139
`eclipse-code-formatter.xml` file from the
140-
https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/spring-cloud-dependencies-parent/eclipse-code-formatter.xml[Spring
140+
https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/{spring-cloud-build-branch}/spring-cloud-dependencies-parent/eclipse-code-formatter.xml[Spring
141141
Cloud Build] project. If using IntelliJ, you can use the
142142
https://plugins.jetbrains.com/plugin/6546[Eclipse Code Formatter
143143
Plugin] to import the same file.

0 commit comments

Comments
 (0)