diff options
| author | Jeff Garzik <[email protected]> | 2014-12-31 07:42:24 -0500 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2014-12-31 07:42:24 -0500 |
| commit | ccef2b5f264062a33748d08cbde1e740019599d0 (patch) | |
| tree | b6b08354b7d28a021c4067f65c26bda60376f78e /doc/README.md | |
| parent | Merge #4964 from (diff) | |
| parent | Create developer-notes.md (diff) | |
| download | discoin-ccef2b5f264062a33748d08cbde1e740019599d0.tar.xz discoin-ccef2b5f264062a33748d08cbde1e740019599d0.zip | |
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 ecb8dc80f..1696518f8 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) |