diff options
author | Ayke van Laethem <[email protected]> | 2018-09-23 17:21:49 +0200 |
---|---|---|
committer | Ayke van Laethem <[email protected]> | 2018-09-23 17:21:49 +0200 |
commit | 3850530c88e51c6cb023b5a53cf6f4a1e074e987 (patch) | |
tree | 83588d1c930d581d8f456c781294dc5c927d950b /docs | |
parent | 3e1a60351d58645a066b39d82c259df482a2c145 (diff) | |
download | tinygo-3850530c88e51c6cb023b5a53cf6f4a1e074e987.tar.gz tinygo-3850530c88e51c6cb023b5a53cf6f4a1e074e987.zip |
docs/installation: fix LLVM hyperlink
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installation.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/installation.rst b/docs/installation.rst index 5cb3e93a2..5568918d1 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 + <https://llvm.org/docs/GettingStarted.html#software>`_. Linking a binary needs an installed C compiler (``cc``). At the moment it expects GCC or a recent Clang. |