From e4b0da397e531f88e8612378e4c8a3f91cf652dd Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 7 Jan 2021 14:35:53 +0100 Subject: [PATCH] Update Code of Conduct links in Readme and Contribution guide. Resolves #1320 --- CONTRIBUTING.adoc | 2 +- README.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 8f3e5a2f..db57e420 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -3,7 +3,7 @@ [[code-of-conduct]] == Code of Conduct -This project adheres to the Contributor Covenant link:CODE_OF_CONDUCT.adoc[code of conduct]. +This project adheres to the Contributor Covenant link:https://github.com/spring-projects/.github/blob/master/CODE_OF_CONDUCT.md[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/README.adoc b/README.adoc index d6739c37..1df00970 100644 --- a/README.adoc +++ b/README.adoc @@ -6,7 +6,7 @@ The parent project can be eased for either a single-module Maven project or a mu == Code of Conduct -This project is governed by the link:CODE_OF_CONDUCT.adoc[Spring Code of Conduct]. By participating, you are expected to uphold this code of conduct. Please report unacceptable behavior to spring-code-of-conduct@pivotal.io. +This project is governed by the link:https://github.com/spring-projects/.github/blob/master/CODE_OF_CONDUCT.md[Spring Code of Conduct]. By participating, you are expected to uphold this code of conduct. Please report unacceptable behavior to spring-code-of-conduct@pivotal.io. == Project setup