diff options
author | 0xree <> | 2021-11-14 23:50:11 +0000 |
---|---|---|
committer | 0xree <> | 2021-11-14 23:50:11 +0000 |
commit | 0bc1ce0745564c9805b960a423f6dc05b78ac911 (patch) | |
tree | a70a130a1abec2dc2583f3bf0ca4bebec76cbe72 /doc | |
parent | a85442f62bf157b07849accd495c55c73535dc73 (diff) |
Fix Arch linux dead link
Diffstat (limited to 'doc')
-rw-r--r-- | doc/build-unix.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index 5d9e5ec2f4..f50a9b23c0 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -312,7 +312,7 @@ This example lists the steps necessary to setup and build a command line only, n Note: Enabling wallet support requires either compiling against a Berkeley DB newer than 4.8 (package `db`) using `--with-incompatible-bdb`, or building and depending on a local version of Berkeley DB 4.8. The readily available Arch Linux packages are currently built using -`--with-incompatible-bdb` according to the [PKGBUILD](https://projects.archlinux.org/svntogit/community.git/tree/bitcoin/trunk/PKGBUILD). +`--with-incompatible-bdb` according to the [PKGBUILD](https://github.com/archlinux/svntogit-community/blob/packages/bitcoin/trunk/PKGBUILD). As mentioned above, when maintaining portability of the wallet between the standard Bitcoin Core distributions and independently built node software is desired, Berkeley DB 4.8 must be used. |