diff options
author | Jon Atack <jon@atack.com> | 2019-06-29 16:32:36 +0200 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2019-06-29 16:32:36 +0200 |
commit | 90b5c4eefbfbdfc91fe2e8dde1203784374648d3 (patch) | |
tree | 29a2d2238f2fca4232ffdefa8dbf8c985093a1d9 /doc | |
parent | 04710b6d8c9e286485f4241671df72216b0f4698 (diff) |
doc: Fix broken link in doc/build-osx.md
This fixes the regression in PR #15964 as noted here:
https://github.com/bitcoin/bitcoin/pull/15964/files#r298798933
Diffstat (limited to 'doc')
-rw-r--r-- | doc/build-osx.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md index efe162683a..65cfce6b15 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -112,7 +112,7 @@ tail -f $HOME/Library/Application\ Support/Bitcoin/debug.log ## Notes * Tested on OS X 10.10 Yosemite through macOS 10.14 Mojave on 64-bit Intel processors only. -* Building with downloaded Qt binaries is not officially supported. See the notes in [#7714](https://github.com/bitcoin/issues/7714) +* Building with downloaded Qt binaries is not officially supported. See the notes in [#7714](https://github.com/bitcoin/bitcoin/issues/7714). ## Deterministic macOS DMG Notes Working macOS DMGs are created in Linux by combining a recent `clang`, the Apple |