From 9431895ad2ca779a60c68cfce63f3036c7598a78 Mon Sep 17 00:00:00 2001 From: duianto Date: Sun, 23 Jun 2019 09:59:58 +0200 Subject: [PATCH] Fix Getting started (CLICK HERE) link The text `(CLICK HERE)` was not clickable. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e02351f5..eaa9d76f 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ The comparison with cquery as noted on 2018-07-15: cquery has system include path detection (through running the compiler driver) while ccls uses clangDriver. -# >>> [Getting started](../../wiki/Home) (CLICK HERE) <<< +# >>> [Getting started (CLICK HERE)](../../wiki/Home) <<< * [Build](../../wiki/Build) * [FAQ](../../wiki/FAQ)