aboutsummaryrefslogtreecommitdiff
path: root/doc/gitian-building.md
diff options
context:
space:
mode:
authorShooter <shooterman@users.noreply.github.com>2017-09-24 17:39:41 +0800
committerGitHub <noreply@github.com>2017-09-24 17:39:41 +0800
commit204cc98261f68233aec6ce5e4ce75182cfd82677 (patch)
tree97c3a6822c5133ac15673fdc9f1ed0d70c6f5922 /doc/gitian-building.md
parent10a20bf7700e3d59f8e2ce3d4eaebf472d1754ce (diff)
downloadbitcoin-204cc98261f68233aec6ce5e4ce75182cfd82677.tar.xz
fix link error
The `perform-gitian-builds` is not exists, repalce `perform-gitian-builds` with `setup-and-perform-gitian-builds`.
Diffstat (limited to 'doc/gitian-building.md')
-rw-r--r--doc/gitian-building.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gitian-building.md b/doc/gitian-building.md
index 636686b391..f88d14eb9c 100644
--- a/doc/gitian-building.md
+++ b/doc/gitian-building.md
@@ -353,7 +353,7 @@ Building Bitcoin Core
----------------
To build Bitcoin Core (for Linux, OS X and Windows) just follow the steps under 'perform
-Gitian builds' in [doc/release-process.md](release-process.md#perform-gitian-builds) in the bitcoin repository.
+Gitian builds' in [doc/release-process.md](release-process.md#setup-and-perform-gitian-builds) in the bitcoin repository.
This may take some time as it will build all the dependencies needed for each descriptor.
These dependencies will be cached after a successful build to avoid rebuilding them when possible.