From bc287918f288393edb493f4d64088bea96a31d1c Mon Sep 17 00:00:00 2001 From: Vladimir Perfilev Date: Mon, 30 Dec 2024 21:51:46 +0100 Subject: [PATCH] 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 857d5b5215..51ace29ffd 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.