diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-12-28 13:15:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-28 13:15:23 +0100 |
commit | 5ef7e63ac61efcab020e64bca39ffdc1716718ed (patch) | |
tree | d59b3d21021362ea8a8ad7c0442d71b82f886c2d | |
parent | 4465e0fbe70a142dae02e85d159ce63fb1999913 (diff) | |
parent | 9d3aad7b92762973081738a8bc6a562fda45c341 (diff) |
Merge pull request #4399 from sevan/patch-1
Update URL where bzip2 can be obtained in docs
-rw-r--r-- | doc/manual/src/installation/prerequisites-source.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/installation/prerequisites-source.md b/doc/manual/src/installation/prerequisites-source.md index 69b7c5a5e..6825af707 100644 --- a/doc/manual/src/installation/prerequisites-source.md +++ b/doc/manual/src/installation/prerequisites-source.md @@ -30,7 +30,7 @@ have bzip2 installed, including development headers and libraries. If your distribution does not provide these, you can obtain bzip2 from - <https://web.archive.org/web/20180624184756/http://www.bzip.org/>. + <https://sourceware.org/bzip2/>. - `liblzma`, which is provided by XZ Utils. If your distribution does not provide this, you can get it from <https://tukaani.org/xz/>. |