From fe3f8ef57a1ffba1b6456983b63e4a38125b8fed Mon Sep 17 00:00:00 2001 From: Brandon Smith Date: Sun, 18 Feb 2018 19:08:15 -0500 Subject: [PATCH] Update broken link to `amending-a-commit-guide.md` --- contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index 84a97a3..2d662c9 100644 --- a/contributing.md +++ b/contributing.md @@ -24,4 +24,4 @@ Thank you for your suggestion! ### 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. +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/knowledge/blob/master/github/amending-a-commit-guide.md) on the different ways you can update your PR so that we can merge it.