[clang-tools-extra] ad811a2 - [clangd] Update the new clangd url, NFC.
Haojian Wu via cfe-commits
cfe-commits at lists.llvm.org
Fri May 8 06:13:02 PDT 2020
Author: Haojian Wu
Date: 2020-05-08T15:11:44+02:00
New Revision: ad811a27283c6e39d42499d6564f84c224f4d29e
URL: https://github.com/llvm/llvm-project/commit/ad811a27283c6e39d42499d6564f84c224f4d29e
DIFF: https://github.com/llvm/llvm-project/commit/ad811a27283c6e39d42499d6564f84c224f4d29e.diff
LOG: [clangd] Update the new clangd url, NFC.
Added:
Modified:
clang-tools-extra/clangd/tool/ClangdMain.cpp
Removed:
################################################################################
diff --git a/clang-tools-extra/clangd/tool/ClangdMain.cpp b/clang-tools-extra/clangd/tool/ClangdMain.cpp
index 575722e232c9..566430167a51 100644
--- a/clang-tools-extra/clangd/tool/ClangdMain.cpp
+++ b/clang-tools-extra/clangd/tool/ClangdMain.cpp
@@ -482,7 +482,7 @@ int main(int argc, char *argv[]) {
R"(clangd is a language server that provides IDE-like features to editors.
It should be used via an editor plugin rather than invoked directly. For more information, see:
- https://clang.llvm.org/extra/clangd/
+ https://clangd.llvm.org/
https://microsoft.github.io/language-server-protocol/
clangd accepts flags on the commandline, and in the CLANGD_FLAGS environment variable.
More information about the cfe-commits
mailing list