diff options
author | Ilya Biryukov <ibiryukov@google.com> | 2018-10-24 09:00:30 +0000 |
---|---|---|
committer | Ilya Biryukov <ibiryukov@google.com> | 2018-10-24 09:00:30 +0000 |
commit | b551837a6ccee2a71c3cccdb24a7220ccfe24779 (patch) | |
tree | 0c36fdcf69d4e597120b91b46912535798d0d645 | |
parent | 9465a1a580dae68f31267758b819d3f77b252a03 (diff) | |
download | bcm5719-llvm-b551837a6ccee2a71c3cccdb24a7220ccfe24779.tar.gz bcm5719-llvm-b551837a6ccee2a71c3cccdb24a7220ccfe24779.zip |
[clangd] Fix a link in documentation. NFC
llvm-svn: 345125
-rw-r--r-- | clang-tools-extra/docs/clangd.rst | 2 |
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 |