diff --git a/Project-Setup.md b/Project-Setup.md index b08f5f1..bfe8e57 100644 --- a/Project-Setup.md +++ b/Project-Setup.md @@ -115,7 +115,7 @@ print '[{"arguments":["c++","-c","a.cc"],"directory":"/tmp/c","file":"a.cc"}]' Suppose the project is at `/tmp/c`, `/tmp/c/x /tmp/c` will be executed with stdin=initializationOptions and the stdout should be a JSON compilation database. -An example to scrub Intel C++ Compiler options (or, even easier, check out `clang.excludeArgs` in the [Initialization options](https://github.com/MaskRay/ccls/wiki/Initialization-options)): +An example to scrub Intel C++ Compiler options (or, even easier, check out `clang.excludeArgs` in the [Initialization options](https://github.com/MaskRay/ccls/wiki/Customization#initialization-options)): ```zsh #!/usr/bin/env python3 import json