From a6711db275610291ce436e9045fa85876da3e928 Mon Sep 17 00:00:00 2001 From: Sergey Nizovtsev Date: Tue, 31 Dec 2019 16:46:40 +0300 Subject: [PATCH] Fix broken link to initialization options --- Project-Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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