From 79060210370ff6ef54a31a525670628cda0356e1 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Tue, 12 Jan 2016 09:43:40 +0800 Subject: [PATCH] rename docs/README to docs/README.md --- README.md | 6 +++--- docs/{README => README.md} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename docs/{README => README.md} (100%) diff --git a/README.md b/README.md index 193bc785..50726a6e 100644 --- a/README.md +++ b/README.md @@ -29,21 +29,21 @@ Compilation & Docs See [COMPILE.TXT](COMPILE.TXT) file for how to compile and install Unicorn. -More documentation is available in [docs/README](docs/README) +More documentation is available in [docs/README.md](docs/README.md). Contact ------- Contact us via mailing list, email or twitter. More information is available -at http://www.unicorn-engine.org/contact/ +at http://www.unicorn-engine.org/contact/. Contribute ---------- If you want to contribute, please pick up something from our Github issues -at https://github.com/unicorn-engine/unicorn +at https://github.com/unicorn-engine/unicorn. We also maintain a TODO list at https://github.com/unicorn-engine/unicorn/wiki/TODO. diff --git a/docs/README b/docs/README.md similarity index 100% rename from docs/README rename to docs/README.md