Skip to content

Commit 7772821

Browse files
committed
Remove readme-qt.rst and update documentation for readme-qt.md
1 parent e057486 commit 7772821

File tree

6 files changed

+5
-169
lines changed

6 files changed

+5
-169
lines changed

INSTALL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Building Bitcoin
22

3-
See doc/readme-qt.rst for instructions on building Bitcoin-Qt,
3+
See doc/readme-qt.md for instructions on building Bitcoin-Qt,
44
the intended-for-end-users, nice-graphical-interface, reference
55
implementation of Bitcoin.
66

7-
See doc/build-*.txt for instructions on building bitcoind,
7+
See doc/build-*.md for instructions on building bitcoind,
88
the intended-for-services, no-graphical-interface, reference
99
implementation of Bitcoin.

bitcoin-qt.pro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,6 @@ QMAKE_EXTRA_COMPILERS += TSQM
339339

340340
# "Other files" to show in Qt Creator
341341
OTHER_FILES += README.md \
342-
doc/*.rst \
343342
doc/*.txt \
344343
doc/*.md \
345344
src/bitcoind.cpp \

doc/build-msw.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
WINDOWS BUILD NOTES
22
===================
33

4-
See [readme-qt.rst](readme-qt.rst) for instructions on building Bitcoin-Qt, the
4+
See [readme-qt.md](readme-qt.md) for instructions on building Bitcoin-Qt, the
55
graphical user interface.
66

77
Compilers Supported

doc/build-osx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This guide will show you how to build bitcoind(headless client) for OSX.
55
Notes
66
-----
77

8-
* See [readme-qt.rst](readme-qt.rst) for instructions on building Bitcoin-Qt, the
8+
* See [readme-qt.md](readme-qt.md) for instructions on building Bitcoin-Qt, the
99
graphical user interface.
1010
* Tested on OS X 10.5 through 10.8 on Intel processors only. PPC is not
1111
supported because it is big-endian.

doc/build-unix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To Build
88
cd src/
99
make -f makefile.unix # Headless bitcoin
1010

11-
See readme-qt.rst for instructions on building Bitcoin-Qt, the graphical user interface.
11+
See [readme-qt.md](readme-qt.md) for instructions on building Bitcoin-Qt, the graphical user interface.
1212

1313
Dependencies
1414
---------------------

doc/readme-qt.rst

Lines changed: 0 additions & 163 deletions
This file was deleted.

0 commit comments

Comments
 (0)