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>`
 


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to