diff options
| author | Jon Atack <[email protected]> | 2019-06-20 18:07:02 -0400 |
|---|---|---|
| committer | Jon Atack <[email protected]> | 2019-06-20 18:15:17 -0400 |
| commit | 5a88ea7c67448748a63ac7963c70a047a5daca79 (patch) | |
| tree | 6501149d79924ef9fc1734c2996a44bf8a22e5f7 /doc/developer-notes.md | |
| parent | Merge #16243: doc: Remove travis badge from readme (diff) | |
| download | discoin-5a88ea7c67448748a63ac7963c70a047a5daca79.tar.xz discoin-5a88ea7c67448748a63ac7963c70a047a5daca79.zip | |
doc: remove orphaned header in developer notes
The "Git and GitHub tips" section was moved from doc/developer-notes.md to doc/productivity.md in 5b76c31, but the header link to that long-gone section in the developer notes remains and needs to go.
So long, Git and GitHub tips, we barely knew ya.
Diffstat (limited to 'doc/developer-notes.md')
| -rw-r--r-- | doc/developer-notes.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/developer-notes.md b/doc/developer-notes.md index f4fc55427..ecd720539 100644 --- a/doc/developer-notes.md +++ b/doc/developer-notes.md @@ -34,7 +34,6 @@ Developer Notes - [Source code organization](#source-code-organization) - [GUI](#gui) - [Subtrees](#subtrees) - - [Git and GitHub tips](#git-and-github-tips) - [Scripted diffs](#scripted-diffs) - [Release notes](#release-notes) - [RPC interface guidelines](#rpc-interface-guidelines) |