diff --git a/README.md b/README.md index 7c40aee999..079d686ed6 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Run the plovr web server (see above), and either open the `test/ol.html` file in the browser (e.g. ), or run `./build.py test` on the console (headless testing with PhantomJS, make sure to install it first from http://phantomjs.org/download.html). -See also the test-specific [readme](https://github.com/openlayers/ol3/tree/master/test). +See also the test-specific [README](test/README.md). ## Run the linter diff --git a/test/readme.md b/test/README.md similarity index 100% rename from test/readme.md rename to test/README.md