diff options
author | Sevan Janiyan <venture37@geeklan.co.uk> | 2020-12-25 01:43:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-25 01:43:22 +0000 |
commit | 9d3aad7b92762973081738a8bc6a562fda45c341 (patch) | |
tree | bc4987719a9fec49c0c2d59b2a5f279bcd954db2 /doc | |
parent | a93916b1905cd7b968e92cd94a3e4a595bff2e0f (diff) |
Update URL where bzip2 can be obtained
Diffstat (limited to 'doc')
-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/>. |