diff options
author | MarcoFalke <falke.marco@gmail.com> | 2016-06-29 07:13:00 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2018-11-07 13:30:03 -0500 |
commit | fa4da3c0588244e13bad66a84e1393fdf4735a81 (patch) | |
tree | 0f5bee9bfe4baa4b946917af8db4517079c2ea51 /README.md | |
parent | e8d490f27e691d8e5f6910f878c4f1c3c6ad788d (diff) |
[doc] conf: Remove deprecated options from docs, Other cleanup
* conf: Remove deprecated options from docs
* Remove only mention of MIT/X11
* Link to developer notes in README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -31,7 +31,8 @@ The `master` branch is regularly built and tested, but is not guaranteed to be completely stable. [Tags](https://github.com/bitcoin/bitcoin/tags) are created regularly to indicate new official, stable release versions of Bitcoin Core. -The contribution workflow is described in [CONTRIBUTING.md](CONTRIBUTING.md). +The contribution workflow is described in [CONTRIBUTING.md](CONTRIBUTING.md) +and useful hints for developers can be found in [doc/developer-notes.md](doc/developer-notes.md). Testing ------- |