From f35e4cd3196080d21b2cc2af18f5e553c360644b Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Sat, 9 Mar 2013 19:04:58 +0100 Subject: [PATCH] test: Renamed readme.md to README.md .. and updated link in main README.md (Github supports relative links now AFAIK) --- README.md | 2 +- test/{readme.md => README.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/{readme.md => README.md} (100%) 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