From 77b60b191c878f5619ae118961921d1a8ecef2d1 Mon Sep 17 00:00:00 2001
From: Ivan Vyshnevskyi <ivan@vyshnevskyi.com>
Date: Thu, 21 Dec 2017 19:17:51 +0200
Subject: [PATCH] Correct path to helper files directory in "contributing" docs

---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c7bc0032e5..3182422c2b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -125,7 +125,7 @@ When writing a new test for a Stage 3+ spec not yet published on the draft, the
 
 This tag names a list of helper files that will be included in the test environment prior to running the test.  Filenames **must** include the `.js` extension.
 
-The helper files are found in the `test/harness/` directory. When some code is used repeatedly across a group of tests, a new helper function (or group of helpers) can be defined. Helpers increase test complexity, so they should be created and used sparingly.
+The helper files are found in the `harness/` directory. When some code is used repeatedly across a group of tests, a new helper function (or group of helpers) can be defined. Helpers increase test complexity, so they should be created and used sparingly.
 
 #### timeout
 **timeout**: [integer]
-- 
GitLab