summaryrefslogtreecommitdiff
path: root/clang-tools-extra/docs
diff options
context:
space:
mode:
authorIlya Biryukov <ibiryukov@google.com>2018-10-24 09:00:30 +0000
committerIlya Biryukov <ibiryukov@google.com>2018-10-24 09:00:30 +0000
commit6fff6468bea2ad7f9f476e3f1794701b251b4ac4 (patch)
treecb138f533e7f822637ccc9c4898495b2b3a81fd0 /clang-tools-extra/docs
parentd68ea2ee1680542ef5ddb1c2d0b52e75e4b7e4f7 (diff)
[clangd] Fix a link in documentation. NFC
Diffstat (limited to 'clang-tools-extra/docs')
-rw-r--r--clang-tools-extra/docs/clangd.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/docs/clangd.rst b/clang-tools-extra/docs/clangd.rst
index c6388f353b7..0b276380000 100644
--- a/clang-tools-extra/docs/clangd.rst
+++ b/clang-tools-extra/docs/clangd.rst
@@ -113,7 +113,7 @@ Editor Integration
Any full-featured Language Server Protocol Client implementation should work
with :program:`Clangd`. This `list
-<https://langserver.org/#implementations-client>` contains information about
+<https://langserver.org/#implementations-client>`_ contains information about
extensions and plugins that are known to work for different editors.
Vim Integration