[clang-tools-extra] r370371 - [clangd] Update out-of-date links in readme, NFC.
Haojian Wu via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 29 07:57:32 PDT 2019
Author: hokein
Date: Thu Aug 29 07:57:32 2019
New Revision: 370371
URL: http://llvm.org/viewvc/llvm-project?rev=370371&view=rev
Log:
[clangd] Update out-of-date links in readme, NFC.
Modified:
clang-tools-extra/trunk/clangd/clients/clangd-vscode/README.md
Modified: clang-tools-extra/trunk/clangd/clients/clangd-vscode/README.md
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clangd/clients/clangd-vscode/README.md?rev=370371&r1=370370&r2=370371&view=diff
==============================================================================
--- clang-tools-extra/trunk/clangd/clients/clangd-vscode/README.md (original)
+++ clang-tools-extra/trunk/clangd/clients/clangd-vscode/README.md Thu Aug 29 07:57:32 2019
@@ -9,7 +9,7 @@ Protocol](https://github.com/Microsoft/l
code completion, code formatting and goto definition.
**Note**: `clangd` is under heavy development, not all LSP features are
-implemented. See [Current Status](https://clang.llvm.org/extra/clangd.html#current-status)
+implemented. See [Current Status](https://clang.llvm.org/extra/clangd/Features.html#complete-list-of-features)
for details.
To use `vscode-clangd` extension in VS Code, you need to install `vscode-clangd`
@@ -25,7 +25,7 @@ Alternatively, the `clangd` executable c
}
```
-To obtain `clangd` binary, please see the [installing Clangd](https://clang.llvm.org/extra/clangd.html#installing-clangd).
+To obtain `clangd` binary, please see the [installing Clangd](https://clang.llvm.org/extra/clangd/Installation.html#installing-clangd).
## Development
@@ -68,7 +68,7 @@ to the marketplace.
The extension is published under `llvm-vs-code-extensions` account, which is
currently maintained by clangd developers. If you want to make a new release,
-please contact cfe-dev at lists.llvm.org.
+please contact clangd-dev at lists.llvm.org.
### Steps
More information about the cfe-commits
mailing list