Skip to content

Commit 4307062

Browse files
committed
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
2 parents 1fb34e0 + 3d3e58e commit 4307062

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/build-osx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ NOTE: Building with Qt4 is still supported, however, could result in a broken UI
2929
Berkeley DB
3030
-----------
3131
It is recommended to use Berkeley DB 4.8. If you have to build it yourself,
32-
you can use [the installation script included in contrib/](contrib/install_db4.sh)
32+
you can use [the installation script included in contrib/](/contrib/install_db4.sh)
3333
like so
3434

3535
```shell

doc/build-unix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ turned off by default. See the configure options for upnp behavior desired:
166166
Berkeley DB
167167
-----------
168168
It is recommended to use Berkeley DB 4.8. If you have to build it yourself,
169-
you can use [the installation script included in contrib/](contrib/install_db4.sh)
169+
you can use [the installation script included in contrib/](/contrib/install_db4.sh)
170170
like so
171171

172172
```shell

0 commit comments

Comments
 (0)