diff options
| author | fanquake <[email protected]> | 2013-07-10 16:01:57 +0800 |
|---|---|---|
| committer | fanquake <[email protected]> | 2013-07-10 16:01:57 +0800 |
| commit | 7772821a696645bd2f88c82652119c0986ab0453 (patch) | |
| tree | f74981eb117864eaaffa4602782a30a57415fe1e /doc/build-unix.md | |
| parent | Merge pull request #2817 from Michagogo/release-process-followable-verbatim (diff) | |
| download | discoin-7772821a696645bd2f88c82652119c0986ab0453.tar.xz discoin-7772821a696645bd2f88c82652119c0986ab0453.zip | |
Remove readme-qt.rst and update documentation for readme-qt.md
Diffstat (limited to 'doc/build-unix.md')
| -rw-r--r-- | doc/build-unix.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index b22df91f0..4653bba49 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -8,7 +8,7 @@ To Build cd src/ make -f makefile.unix # Headless bitcoin -See readme-qt.rst for instructions on building Bitcoin-Qt, the graphical user interface. +See [readme-qt.md](readme-qt.md) for instructions on building Bitcoin-Qt, the graphical user interface. Dependencies --------------------- |