[clang-tools-extra] r343306 - [docs] Fix links in Clangd documentation

Kirill Bobyrev via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 28 02:32:47 PDT 2018


Author: omtcyfz
Date: Fri Sep 28 02:32:47 2018
New Revision: 343306

URL: http://llvm.org/viewvc/llvm-project?rev=343306&view=rev
Log:
[docs] Fix links in Clangd documentation

Add missing `_` after each `external link <https://llvm.org>`_, as
required by the reStructuredText specification.

Modified:
    clang-tools-extra/trunk/docs/clangd.rst

Modified: clang-tools-extra/trunk/docs/clangd.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clangd.rst?rev=343306&r1=343305&r2=343306&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clangd.rst (original)
+++ clang-tools-extra/trunk/docs/clangd.rst Fri Sep 28 02:32:47 2018
@@ -133,15 +133,15 @@ VSCode Integration
 ------------------
 
 :program:`VSCode` provides `vscode-clangd
-<https://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.vscode-clangd>`
+<https://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.vscode-clangd>`_
 which is published in Visual Studio Marketplace and can be installed direcetly
 from :program:`VSCode`.
 
 Emacs Integration
 -----------------
 
-:program:`Emacs` provides `lsp-mode <github.com/emacs-lsp/lsp-mode>` and
-`Eglot <https://github.com/joaotavora/eglot>` plugins for LSP integration.
+:program:`Emacs` provides `lsp-mode <github.com/emacs-lsp/lsp-mode>`_ and
+`Eglot <https://github.com/joaotavora/eglot>`_ plugins for LSP integration.
 
 Getting Involved
 ==================




More information about the cfe-commits mailing list