Skip to content

Commit 5cc8d2e

Browse files
committed
Merge bitcoin/bitcoin#23510: doc: Fixed dead link in build-unix.md
0bc1ce0 Fix Arch linux dead link (0xree) Pull request description: - Fixed dead link referencing an invalid link ACKs for top commit: benthecarman: ACK 0bc1ce0 Tree-SHA512: 330dd2f327458b10afb1ea920bf8fef459b8b2ad45cde4a0a754995fe0684e7f1e6dc8043b41c78cd83ff3b59745597873bdcd84f4b9255932f7425c0dd6a93a
2 parents a85442f + 0bc1ce0 commit 5cc8d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/build-unix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ This example lists the steps necessary to setup and build a command line only, n
312312
Note:
313313
Enabling wallet support requires either compiling against a Berkeley DB newer than 4.8 (package `db`) using `--with-incompatible-bdb`,
314314
or building and depending on a local version of Berkeley DB 4.8. The readily available Arch Linux packages are currently built using
315-
`--with-incompatible-bdb` according to the [PKGBUILD](https://projects.archlinux.org/svntogit/community.git/tree/bitcoin/trunk/PKGBUILD).
315+
`--with-incompatible-bdb` according to the [PKGBUILD](https://github.com/archlinux/svntogit-community/blob/packages/bitcoin/trunk/PKGBUILD).
316316
As mentioned above, when maintaining portability of the wallet between the standard Bitcoin Core distributions and independently built
317317
node software is desired, Berkeley DB 4.8 must be used.
318318

0 commit comments

Comments
 (0)