From ab057923db77e3956ef1f5736a0df0ba1a77fb7d Mon Sep 17 00:00:00 2001 From: Brandon Smith Date: Mon, 18 Jun 2018 09:48:12 -0400 Subject: [PATCH] Update broken link to `amending-a-commit-guide.md` (#30) --- contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index 9862f52..7dea6cd 100644 --- a/contributing.md +++ b/contributing.md @@ -16,4 +16,4 @@ 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. There's no need to open a new PR, just edit the existing one. 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. +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. There's no need to open a new PR, just edit the existing one. If you're not sure how to do that, [here is a guide](https://github.com/RichardLitt/knowledge/blob/master/github/amending-a-commit-guide.md) on the different ways you can update your PR so that we can merge it.