aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2017-12-20 14:37:14 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2017-12-20 14:37:24 +0100
commit4307062ee2c2b8cd80b88a866047d8951d91052b (patch)
treeef571e18584d95a67a3aec3e14ef19c5ff04a1a2
parent1fb34e0d1f585dc6bb26ccbbcc26e9be4e107892 (diff)
parent3d3e58e46c484085900dbbe03517c6c44c55aca3 (diff)
downloadbitcoin-4307062ee2c2b8cd80b88a866047d8951d91052b.tar.xz
Merge #11960: [Doc] Fix link to installation script
3d3e58e [Doc] Fix link to installation script (laudaa) Pull request description: While trying to set up a fresh build by following the Doc, I've noticed that the scripts to the installation script are broken. They try to go to: https://github.com/bitcoin/bitcoin/blob/master/doc/contrib/install_db4.sh, but should go to: https://github.com/bitcoin/bitcoin/blob/master/contrib/install_db4.sh Tree-SHA512: db7df9dbfdd946c6edc07e10b6717cbb82083f974f11765dc2b6942d20d1569f54bf63da34cf29ee12ba2217e342574d382e4dc61ee2d2617f40e87b538ab76a
-rw-r--r--doc/build-osx.md2
-rw-r--r--doc/build-unix.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md
index 6663016ed8..cbc5288c16 100644
--- a/doc/build-osx.md
+++ b/doc/build-osx.md
@@ -29,7 +29,7 @@ NOTE: Building with Qt4 is still supported, however, could result in a broken UI
Berkeley DB
-----------
It is recommended to use Berkeley DB 4.8. If you have to build it yourself,
-you can use [the installation script included in contrib/](contrib/install_db4.sh)
+you can use [the installation script included in contrib/](/contrib/install_db4.sh)
like so
```shell
diff --git a/doc/build-unix.md b/doc/build-unix.md
index 5d3329e2cf..8716ba35d1 100644
--- a/doc/build-unix.md
+++ b/doc/build-unix.md
@@ -166,7 +166,7 @@ turned off by default. See the configure options for upnp behavior desired:
Berkeley DB
-----------
It is recommended to use Berkeley DB 4.8. If you have to build it yourself,
-you can use [the installation script included in contrib/](contrib/install_db4.sh)
+you can use [the installation script included in contrib/](/contrib/install_db4.sh)
like so
```shell