From 3850530c88e51c6cb023b5a53cf6f4a1e074e987 Mon Sep 17 00:00:00 2001 From: Ayke van Laethem Date: Sun, 23 Sep 2018 17:21:49 +0200 Subject: [PATCH] docs/installation: fix LLVM hyperlink --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 5cb3e93a..5568918d 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -11,8 +11,8 @@ Requirements These are the base requirements and enough for most (desktop) use. * Go 1.11+ - * LLVM dependencies, see the Software section in the - [LLVM build guide](https://llvm.org/docs/GettingStarted.html#software) + * LLVM dependencies, see the Software section in the `LLVM build guide + `_. Linking a binary needs an installed C compiler (``cc``). At the moment it expects GCC or a recent Clang.