From bc287918f288393edb493f4d64088bea96a31d1c Mon Sep 17 00:00:00 2001 From: Vladimir Perfilev Date: Mon, 30 Dec 2024 21:51:46 +0100 Subject: [PATCH 1/2] Fix broken link to Code of Conduct in CONTRIBUTING.md See gh-34180 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 857d5b52150..51ace29ffd9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,7 @@ First off, thank you for taking the time to contribute! :+1: :tada: ### Code of Conduct -This project is governed by the [Spring Code of Conduct](CODE_OF_CONDUCT.adoc). +This project is governed by the [Spring Code of Conduct](https://github.com/spring-projects/spring-framework/?tab=coc-ov-file#contributor-code-of-conduct). By participating you are expected to uphold this code. Please report unacceptable behavior to spring-code-of-conduct@spring.io. From 80ea1f62b686ddf3e1376c5ab111fa9f9e07be02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 1 Jan 2025 10:08:18 +0100 Subject: [PATCH 2/2] Polish "Fix broken link to Code of Conduct in CONTRIBUTING.md" See gh-34180 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 51ace29ffd9..f4b7fb24239 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,7 @@ First off, thank you for taking the time to contribute! :+1: :tada: ### Code of Conduct -This project is governed by the [Spring Code of Conduct](https://github.com/spring-projects/spring-framework/?tab=coc-ov-file#contributor-code-of-conduct). +This project is governed by the [Spring Code of Conduct](https://github.com/spring-projects/spring-framework#coc-ov-file). By participating you are expected to uphold this code. Please report unacceptable behavior to spring-code-of-conduct@spring.io.