summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKadir Cetinkaya <kadircet@google.com>2019-07-15 15:16:57 +0000
committerKadir Cetinkaya <kadircet@google.com>2019-07-15 15:16:57 +0000
commit745f3e265bf27a6c0573bc8e755ba731f61eb6e9 (patch)
tree57c1172a9af9893a5ebcc5415e2ba9db481ceb2d
parent68fb5c3a4a464781f26df8195ffa4c9590d60812 (diff)
[clangd] Fix doc
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@366073 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/clangd/Installation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/clangd/Installation.rst b/docs/clangd/Installation.rst
index 1552efce..caf49a75 100644
--- a/docs/clangd/Installation.rst
+++ b/docs/clangd/Installation.rst
@@ -324,7 +324,7 @@ symlink it (or copy it) to the root of your source tree, if they are different.
::
- $ ln -s ~/myproject/compile_commands.json ~/myproject-build/
+ $ ln -s ~/myproject-build/compile_commands.json ~/myproject/
:raw-html:`</details>`