From 22ef6d375d4c6b3b2e13b6af4dc07b7644e242c5 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Sat, 27 Jan 2018 22:19:37 +0100 Subject: [PATCH] Update contributing.md --- contributing.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/contributing.md b/contributing.md index 9fd523a..1608259 100644 --- a/contributing.md +++ b/contributing.md @@ -1,6 +1,6 @@ # Contribution Guidelines -Please note that this project is released with a [Contributor Code of Conduct](code-of-conduct.md). By participating in this project you agree to abide by its terms. +Please note that this project is released with a [Contributor Code of Conduct](https://github.com/spring-projects/spring-framework/blob/master/CODE_OF_CONDUCT.adoc). By participating in this project you agree to abide by its terms. - @@ -23,6 +23,3 @@ Ensure your pull request adheres to the following guidelines: Thank you for your suggestions! -### Updating your PR - -A lot of times, making a PR adhere to the standards above can be difficult. If the maintainers notice anything that we'd like changed, we'll ask you to edit your PR before we merge it. If you're not sure how to do that, [here is a guide](https://github.com/RichardLitt/docs/blob/master/amending-a-commit-guide.md) on the different ways you can update your PR so that we can merge it.