aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMeck <yesmeck@gmail.com>2014-02-22 03:47:59 +0800
committerMeck <yesmeck@gmail.com>2014-02-22 03:47:59 +0800
commita79177e1b344de3e7fba795eae02e24e969684b9 (patch)
tree056736c762d898c78251041a881bd4cd8e06c176
parente519a991d6e02a7a5e59cbd6d95881416bbf11cf (diff)
downloadrneovim-a79177e1b344de3e7fba795eae02e24e969684b9.tar.gz
rneovim-a79177e1b344de3e7fba795eae02e24e969684b9.tar.bz2
rneovim-a79177e1b344de3e7fba795eae02e24e969684b9.zip
Fix cmake link in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 78af58d854..9f30be9400 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ The following topics contain brief explanations of the major changes (and motiva
The source tree has dozens (if not hundreds) of files dedicated to building vim with on various platforms with different configurations, and many of these files look abandoned or outdated. Most users dont care about selecting individual features and just compile using '--with-features=huge', which still generates an executable that is small enough even for lightweight systems by today's standards.
-All those files will be removed and vim will be built using [cmake](www.cmake.org), a modern build system that generates build scripts for the most relevant platforms.
+All those files will be removed and vim will be built using [cmake](http://www.cmake.org), a modern build system that generates build scripts for the most relevant platforms.
<a name="legacy"></a>
##### Legacy support and compile-time features