From 16618d7b482693fa7fe842e62738432b82b966d3 Mon Sep 17 00:00:00 2001
From: Baozheng Liu <iromise@users.noreply.github.com>
Date: Fri, 7 Sep 2018 16:15:40 +0800
Subject: [PATCH] fix ccls-project-root-matchers doc link

---
 Getting-started.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Getting-started.md b/Getting-started.md
index 106869f..dedf69a 100644
--- a/Getting-started.md
+++ b/Getting-started.md
@@ -54,7 +54,7 @@ Remember to copy/symlink it to the project root.
 
 #### `.ccls`
 
-Another way is to create a file named `.ccls` located in the project root. ccls recursively finds source files and indexes them. `.ccls` can also exist in subdirectories which will affect the options in its subtree. *Notice* If you use emacs-ccls, read the document of `[ccls-project-root-matchers](https://github.com/MaskRay/ccls/wiki/FAQ#project-root-detection)` to locate the project root correctly.
+Another way is to create a file named `.ccls` located in the project root. ccls recursively finds source files and indexes them. `.ccls` can also exist in subdirectories which will affect the options in its subtree. *Notice* If you use emacs-ccls, read the document of [`ccls-project-root-matchers`](https://github.com/MaskRay/ccls/wiki/FAQ#project-root-detection) to locate the project root correctly.
 
 If `%clang` is used, it expands to `clang/clang++` according to the extension name. Prefix options with `%c ` or `%cpp ` to make it specific to C or C++.