diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2013-10-15 19:39:48 -0700 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2013-10-15 19:39:48 -0700 |
commit | 26ce1bb20d33d0ad49556a0ea950bbf21ef776f5 (patch) | |
tree | 54ea57b6ba8471b96b32973f5ed9b7641344d9ea | |
parent | e16c2b4422fb1d2448be0d69a887227bd6857ac0 (diff) | |
parent | dd9bd863cfc52c17753c75a983ea49870e9b1c53 (diff) |
Merge pull request #3097 from super3/master
Broken Link in /Doc README
-rw-r--r-- | doc/README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/README.md b/doc/README.md index 378229b000..068ed988d1 100644 --- a/doc/README.md +++ b/doc/README.md @@ -43,7 +43,6 @@ Building --------------------- The following are developer notes on how to build Bitcoin on your native platform. They are not complete guide, but include notes on the necessary libraries, compile flags, etc. -- [Bitcoin-Qt Readme](readme-qt.md) - [OSX Build Notes](build-osx.md) - [Unix Build Notes](build-unix.md) - [Windows Build Notes](build-msw.md) @@ -64,4 +63,4 @@ Other Pages --------------------- - [Assets Attribution](assets-attribution.md) - [Files](files.md) -- [Tor Support](tor.md)
\ No newline at end of file +- [Tor Support](tor.md) |