From 385760aec78c3d6cb495c6d36d64df066aea1175 Mon Sep 17 00:00:00 2001 From: Remy Suen Date: Wed, 4 Jan 2017 06:03:15 +0900 Subject: [PATCH] Fix incorrect anchor link in TESTING.md Changed a link to point internally instead of unnecessarily using an external link. --- TESTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TESTING.md b/TESTING.md index 348bb8ed3..c149c6b5b 100644 --- a/TESTING.md +++ b/TESTING.md @@ -52,7 +52,7 @@ After you write your test make sure to run `npm run generateMissingTests` again ### The test passes ### -Excellent!! Make sure that the test is working correctly and testing what you're expecting it to test and then move onto the [next section](https://github.com/nodegit/nodegit/tree/master/test#making-a-pull-request). +Excellent!! Make sure that the test is working correctly and testing what you're expecting it to test and then move onto the [next section](#making-a-pull-request). ### The test fails ###