[clang-tools-extra] r366073 - [clangd] Fix doc

Kadir Cetinkaya via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 15 08:16:57 PDT 2019


Author: kadircet
Date: Mon Jul 15 08:16:57 2019
New Revision: 366073

URL: http://llvm.org/viewvc/llvm-project?rev=366073&view=rev
Log:
[clangd] Fix doc

Modified:
    clang-tools-extra/trunk/docs/clangd/Installation.rst

Modified: clang-tools-extra/trunk/docs/clangd/Installation.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clangd/Installation.rst?rev=366073&r1=366072&r2=366073&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clangd/Installation.rst (original)
+++ clang-tools-extra/trunk/docs/clangd/Installation.rst Mon Jul 15 08:16:57 2019
@@ -324,7 +324,7 @@ symlink it (or copy it) to the root of y
 
 ::
 
-  $ ln -s ~/myproject/compile_commands.json ~/myproject-build/
+  $ ln -s ~/myproject-build/compile_commands.json ~/myproject/
 
 :raw-html:`</details>`
 




More information about the cfe-commits mailing list