diff --git a/FAQ.md b/FAQ.md index 11b2e3f..c655421 100644 --- a/FAQ.md +++ b/FAQ.md @@ -159,7 +159,7 @@ jq . < /tmp/ccls/@tmp@c/a.cc.json ## Project root detection -[emacs-ccls](https://github.com/MaskRay/emacs-cquery/) locates the project root in the following order: +[emacs-ccls](https://github.com/MaskRay/emacs-ccls/) locates the project root in the following order: * `.ccls-root`. If this file exists in any parent directory, that directory is treated as the project root. * `(lsp--suggest-project-root)` which in turn calls `(projectile-project-root)`. Usually you don't want `/usr/include/c++/8/algorithm` to be treated as in the project `/usr/include/c++/8/`, `(setq projectile-require-project-root t)` inhibits the behavior.