diff options
author | Michael Ford <fanquake@gmail.com> | 2014-12-13 12:35:39 +0800 |
---|---|---|
committer | Michael Ford <fanquake@gmail.com> | 2014-12-19 10:58:56 +0800 |
commit | 3bf5f52808a5f7cd3958c9eea273d99fd11417ca (patch) | |
tree | dc053e87cacd006447f2047f409bbf434121aa2d /doc/README.md | |
parent | 4444b879bc1da56fffa4cb4cf31a276a795f43b9 (diff) |
Create developer-notes.md
Moves coding guidelines and development tips/tricks into a single file.
Also adds a section explaining pull request terminology.
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 3ec5f11df2..50753b5ee0 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) |