[Doc] Fix link to installation script
This commit is contained in:
parent
1fb34e0d1f
commit
3d3e58e46c
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue