From 98077446f9ed2baeb434e616edac7f970c34941f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rimas=20Misevi=C4=8Dius?= Date: Wed, 27 Sep 2017 22:22:11 +0300 Subject: [PATCH] doc: fix link in the test/README.md PR-URL: https://github.com/nodejs/node/pull/15642 Reviewed-By: Bryan English Reviewed-By: Yuta Hiroto Reviewed-By: Luigi Pinca Reviewed-By: Ruben Bridgewater Reviewed-By: James M Snell --- test/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/README.md b/test/README.md index 5a8957295d..86826f493a 100644 --- a/test/README.md +++ b/test/README.md @@ -6,7 +6,7 @@ For a detailed guide on how to write tests in this directory, see [the guide on writing tests](../doc/guides/writing-tests.md). On how to run tests in this directory, see -[the contributing guide](../CONTRIBUTING.md#step-5-test). +[the contributing guide](../CONTRIBUTING.md#step-6-test). ## Test Directories