diff options
author | Shooter <shooterman@users.noreply.github.com> | 2017-09-24 17:39:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-24 17:39:41 +0800 |
commit | 204cc98261f68233aec6ce5e4ce75182cfd82677 (patch) | |
tree | 97c3a6822c5133ac15673fdc9f1ed0d70c6f5922 /doc/gitian-building.md | |
parent | 10a20bf7700e3d59f8e2ce3d4eaebf472d1754ce (diff) |
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.md | 2 |
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. |