From 983d39a97087e8a7b868fdcd9e27b709cfa7b8bd Mon Sep 17 00:00:00 2001 From: Moad Elfatihi Date: Sun, 2 Nov 2025 22:28:42 +0100 Subject: [PATCH 1/2] Update CI documentation reference in README Replace obsolete Concourse pipeline reference with GitHub Actions. The Concourse link returns 404. See gh-35746 Signed-off-by: Moad ELFATIHI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dd6a0f1595..b51aafa70ff 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ See the [Build from Source](https://github.com/spring-projects/spring-framework/ ## Continuous Integration Builds -Information regarding CI builds can be found in the [Spring Framework Concourse pipeline](ci/README.adoc) documentation. +Information regarding CI builds can be found in the [GitHub Actions workflows](.github/workflows). ## Stay in Touch From 16822c2fd046dcc4a890434e4272b62291f75caf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Mon, 3 Nov 2025 11:14:30 +0100 Subject: [PATCH 2/2] Polishing Closes gh-35746 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b51aafa70ff..edd478f0d82 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ See the [Build from Source](https://github.com/spring-projects/spring-framework/ ## Continuous Integration Builds -Information regarding CI builds can be found in the [GitHub Actions workflows](.github/workflows). +CI builds are defined with [GitHub Actions workflows](.github/workflows). ## Stay in Touch