From 503ab63cb7f8062591d19c2f79ad762e1c33a6e6 Mon Sep 17 00:00:00 2001 From: Brandon Smith Date: Mon, 25 Dec 2017 09:01:50 -0500 Subject: [PATCH] Update `ammending-a-commit-guide.md` link (#762) --- contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index dc60040..9410a9a 100644 --- a/contributing.md +++ b/contributing.md @@ -28,4 +28,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.