diff options
author | laudaa <lauda.m@protonmail.ch> | 2017-12-20 13:39:16 +0100 |
---|---|---|
committer | laudaa <lauda.m@protonmail.ch> | 2017-12-20 13:39:16 +0100 |
commit | 3d3e58e46c484085900dbbe03517c6c44c55aca3 (patch) | |
tree | ef571e18584d95a67a3aec3e14ef19c5ff04a1a2 /doc | |
parent | 1fb34e0d1f585dc6bb26ccbbcc26e9be4e107892 (diff) |
[Doc] Fix link to installation script
Diffstat (limited to 'doc')
-rw-r--r-- | doc/build-osx.md | 2 | ||||
-rw-r--r-- | doc/build-unix.md | 2 |
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 |