From 6b162f813fd06c833a4a9ac165f749ba6cb27595 Mon Sep 17 00:00:00 2001 From: Mike McGann Date: Mon, 29 Dec 2014 10:15:34 -0500 Subject: [PATCH] Fixed URL link for test README --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 79b7cbb952..a5ae3ce36c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -132,7 +132,7 @@ To run the tests on the console (headless testing with PhantomJS) use the `test` $ ./build.py test -See also the test-specific [README](../blob/master/test/README.md). +See also the test-specific [README](../master/test/README.md). ## Running the integration tests