aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornyuszika7h <nyuszika7h@cadoth.net>2014-02-24 15:13:02 +0100
committernyuszika7h <nyuszika7h@cadoth.net>2014-02-24 15:13:05 +0100
commitb3467a66198d08bc5d3d6a2c24983bd1616e33e2 (patch)
tree6bddb320ba496ab604487855cc77e017d2fd54e5
parentf604544598bb73c6d7cdb074cc3582d31663e5a3 (diff)
downloadrneovim-b3467a66198d08bc5d3d6a2c24983bd1616e33e2.tar.gz
rneovim-b3467a66198d08bc5d3d6a2c24983bd1616e33e2.tar.bz2
rneovim-b3467a66198d08bc5d3d6a2c24983bd1616e33e2.zip
Fix anchors
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index c0b3f828e9..c2b6fa72b4 100644
--- a/README.md
+++ b/README.md
@@ -47,12 +47,12 @@ vimscript plugins should continue to work normally.
The following topics contain brief explanations of the major changes (and
motivations) that will be performed in the first iteration:
-* [#build](**Migrate to a cmake-based build**)
-* [#legacy](**Legacy support and compile-time features**)
-* [#platform](**Platform-specific code**)
-* [#plugins](**New plugin architecture**)
-* [#gui](**New GUI architecture**)
-* [#development](**Development on GitHub**)
+* [Migrate to a CMake-based build](#cmake)
+* [Legacy support and compile-time features](#legacy)
+* [Platform-specific code](#platform)
+* [New plugin architecture](#plugins)
+* [New GUI architecture](#gui)
+* [Development on GitHub](#development)
<a name="build"></a>
### Migrate to a CMake-based build