Browse Source

Update installing.rst (#1331)

Change link to LLVM releases

Signed-off-by: Cyrill Leutwiler <cyrill@parity.io>
Cyrill Leutwiler 2 years ago
parent
commit
6a166f2f58
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/installing.rst

+ 1 - 1
docs/installing.rst

@@ -113,7 +113,7 @@ These patches make it possible to generate code for Solana, and fixes
 concurrency issues in the lld linker.
 concurrency issues in the lld linker.
 
 
 You can either download the pre-built libraries from
 You can either download the pre-built libraries from
-`github <https://github.com/hyperledger/solang/releases/tag/v0.3.0>`_
+`github <https://github.com/hyperledger/solang-llvm/releases>`_
 or :ref:`build your own from source <llvm-from-source>`. After that, you need to add the ``bin`` of your
 or :ref:`build your own from source <llvm-from-source>`. After that, you need to add the ``bin`` of your
 LLVM directory to your path, so that the build system of Solang can find the correct version of LLVM to use.
 LLVM directory to your path, so that the build system of Solang can find the correct version of LLVM to use.