[clang-tools-extra] r277517 - [docs] Fix links format.

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 2 13:29:48 PDT 2016


Author: alexfh
Date: Tue Aug  2 15:29:47 2016
New Revision: 277517

URL: http://llvm.org/viewvc/llvm-project?rev=277517&view=rev
Log:
[docs] Fix links format.

Modified:
    clang-tools-extra/trunk/docs/clang-rename.rst
    clang-tools-extra/trunk/docs/include-fixer.rst

Modified: clang-tools-extra/trunk/docs/clang-rename.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-rename.rst?rev=277517&r1=277516&r2=277517&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-rename.rst (original)
+++ clang-tools-extra/trunk/docs/clang-rename.rst Tue Aug  2 15:29:47 2016
@@ -143,8 +143,8 @@ Please note that **you have to save all
 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.
 

Modified: clang-tools-extra/trunk/docs/include-fixer.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/include-fixer.rst?rev=277517&r1=277516&r2=277517&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/include-fixer.rst (original)
+++ clang-tools-extra/trunk/docs/include-fixer.rst Tue Aug  2 15:29:47 2016
@@ -67,9 +67,9 @@ following key binding to your ``.vimrc``
   noremap <leader>cf :pyf path/to/llvm/source/tools/clang/tools/extra/include-fixer/tool/clang-include-fixer.py<cr>
 
 This enables `clang-include-fixer` for NORMAL and VISUAL mode. Change
-``<leader>cf`` to another binding if you need clang-include-fixer on a different
-key. The
-[``<leader> key``](http://vim.wikia.com/wiki/Mapping_keys_in_Vim_-_Tutorial_(Part_3)#Map_leader)
+`<leader>cf` to another binding if you need clang-include-fixer on a different
+key. 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.
 




More information about the cfe-commits mailing list