From 6b8abb17a1b249c16e0cbc51996e4faf4b03c9c5 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 3 Nov 2017 22:43:15 +0700 Subject: [PATCH] Fix link in contributing.md Fixes #1118 --- contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index 8a8e4946..ea9f205c 100644 --- a/contributing.md +++ b/contributing.md @@ -50,4 +50,4 @@ You'll need a [GitHub account](https://github.com/join)! Sometimes, a maintainer of an awesome list will ask you to edit your Pull Request before it is included. This is normally due to spelling errors or because your PR didn't match the awesome-* list guidelines. -[Here](https://github.com/RichardLitt/docs/blob/master/amending-a-commit-guide.md) is a write up on how to change a Pull Request, and the different ways you can do that. +[Here](https://github.com/RichardLitt/knowledge/blob/master/github/amending-a-commit-guide.md) is a write up on how to change a Pull Request, and the different ways you can do that.