aboutsummaryrefslogtreecommitdiff
path: root/docs/clang-rename.rst
diff options
context:
space:
mode:
authorAlexander Kornienko <alexfh@google.com>2016-08-02 20:29:47 +0000
committerAlexander Kornienko <alexfh@google.com>2016-08-02 20:29:47 +0000
commitf5efd674770edf669ed3e92edfef796d9a16c83e (patch)
tree102f4f55758c4c42d199b66a277d919d99139587 /docs/clang-rename.rst
parentee95508e1c4cdbcf697d5aff7782c11f6199f1b2 (diff)
[docs] Fix links format.
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@277517 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/clang-rename.rst')
-rw-r--r--docs/clang-rename.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/clang-rename.rst b/docs/clang-rename.rst
index 32fdfa20..5c34a32c 100644
--- a/docs/clang-rename.rst
+++ b/docs/clang-rename.rst
@@ -143,8 +143,8 @@ Please note that **you have to save all buffers, in which the replacement will
happen before running the tool**.
Once installed, you can point your cursor to symbols you want to rename, press
-`<leader>cr` and type new desired name. The [`<leader> key`]
-(http://vim.wikia.com/wiki/Mapping_keys_in_Vim_-_Tutorial_(Part_3)#Map_leader)
+`<leader>cr` and type new desired name. The `<leader> key
+<http://vim.wikia.com/wiki/Mapping_keys_in_Vim_-_Tutorial_(Part_3)#Map_leader>`_
is a reference to a specific key defined by the mapleader variable and is bound
to backslash by default.