From f9480b15ac5e1248dda04a4eba5252f70d138f65 Mon Sep 17 00:00:00 2001 From: Brandon Smith Date: Sun, 18 Feb 2018 18:44:14 -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 4ba31b6..494aec7 100644 --- a/contributing.md +++ b/contributing.md @@ -21,5 +21,5 @@ 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) +[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.