diff options
author | Jeff Garzik <jgarzik@bitpay.com> | 2014-12-31 07:42:24 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@bitpay.com> | 2014-12-31 07:42:24 -0500 |
commit | ccef2b5f264062a33748d08cbde1e740019599d0 (patch) | |
tree | b6b08354b7d28a021c4067f65c26bda60376f78e /doc/README.md | |
parent | 95ecc0a857244dbf9e3969154c666c2f0bd7a232 (diff) | |
parent | 3bf5f52808a5f7cd3958c9eea273d99fd11417ca (diff) |
Merge #5468 from
branch 'developer-notes_md' of git://github.com/fanquake/bitcoin into merge-5468
Diffstat (limited to 'doc/README.md')
-rw-r--r-- | doc/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.md b/doc/README.md index ecb8dc80fd..1696518f87 100644 --- a/doc/README.md +++ b/doc/README.md @@ -51,7 +51,7 @@ Development --------------------- The Bitcoin repo's [root README](https://github.com/bitcoin/bitcoin/blob/master/README.md) contains relevant information on the development process and automated testing. -- [Coding Guidelines](coding.md) +- [Developer Notes](developer-notes.md) - [Multiwallet Qt Development](multiwallet-qt.md) - [Release Notes](release-notes.md) - [Release Process](release-process.md) |