Skip to content

Commit b0ee403

Browse files
committed
Merge #222: cmake: Fix doc links
d43c34c fixup! cmake, docs: Update MSVC build docs (Hennadii Stepanov) Pull request description: Fixes linter CI job. See bitcoin#29790 (comment) and bitcoin@d5cf6c4. ACKs for top commit: m3dwards: ACK d43c34c Tree-SHA512: e2f70b4c5e2c7671aadae037923790090c0cf06bc0403d8c4dd2034f1399c1738d8728a36bf7d59996f45c923a6de1860782135e1e598fd33b7c9a6ee9460961
2 parents 597da83 + d43c34c commit b0ee403

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

depends/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ For more information, see [SDK Extraction](../contrib/macdeploy/README.md#sdk-ex
5454

5555
#### For Win64 cross compilation
5656

57-
- see [build-windows.md](../doc/build-windows.md#cross-compilation-for-ubuntu-and-windows-subsystem-for-linux)
57+
- see [build-windows-mingw.md](../doc/build-windows-mingw.md#cross-compilation-for-ubuntu-and-windows-subsystem-for-linux)
5858

5959
#### For linux (including i386, ARM) cross compilation
6060

doc/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The following are developer notes on how to build Bitcoin Core on your native pl
4141
- [Dependencies](dependencies.md)
4242
- [macOS Build Notes](build-osx.md)
4343
- [Unix Build Notes](build-unix.md)
44-
- [Windows Build Notes](build-windows.md)
44+
- [Windows Build Notes](build-windows-msvc.md)
4545
- [FreeBSD Build Notes](build-freebsd.md)
4646
- [OpenBSD Build Notes](build-openbsd.md)
4747
- [NetBSD Build Notes](build-netbsd.md)

src/qt/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The current precise version for Qt 5 is specified in [qt.mk](/depends/packages/q
44

55
## Compile and run
66

7-
See build instructions: [Unix](/doc/build-unix.md), [macOS](/doc/build-osx.md), [Windows](/doc/build-windows.md), [FreeBSD](/doc/build-freebsd.md), [NetBSD](/doc/build-netbsd.md), [OpenBSD](/doc/build-openbsd.md)
7+
See build instructions: [Unix](/doc/build-unix.md), [macOS](/doc/build-osx.md), [Windows](/doc/build-windows-msvc.md), [FreeBSD](/doc/build-freebsd.md), [NetBSD](/doc/build-netbsd.md), [OpenBSD](/doc/build-openbsd.md)
88

99
When following your systems build instructions, make sure to install the `Qt` dependencies.
1010

0 commit comments

Comments
 (0)