aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2018-03-05 17:41:44 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2018-03-05 17:41:49 +0100
commit9d49dcf9fab32fe96641d364ee8b2a241020f254 (patch)
tree8c048008f5b15187a14f3661008e4cf67e64eab8
parent71f56da384afbf62b5936b077d9861c51a511490 (diff)
parent7eb665fc860ab0dee69ce996e23f4a3033a84f9d (diff)
downloadbitcoin-9d49dcf9fab32fe96641d364ee8b2a241020f254.tar.xz
Merge #12260: [Trivial] link mentioned scripted-diff-commit (developer-doc)
7eb665fc8 [Trivial] link mentioned scripted-diff-commit (Felix Wolfsteller) Pull request description: Make it easier for people who do not operate on a cloned repository to access the example mentioned. Tree-SHA512: 1c06e551c68cad03e6bd541bf0e0076cdf0b48ef9b8b4e4a61435367c3435e2e4ccb934112e8dc29d3d70217d8834924704aaf839e25d1133312df86848ca1a1
-rw-r--r--doc/developer-notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer-notes.md b/doc/developer-notes.md
index 7402d45743..278bf65792 100644
--- a/doc/developer-notes.md
+++ b/doc/developer-notes.md
@@ -616,7 +616,7 @@ To create a scripted-diff:
The scripted-diff is verified by the tool `contrib/devtools/commit-script-check.sh`
-Commit `bb81e173` is an example of a scripted-diff.
+Commit [`bb81e173`](https://github.com/bitcoin/bitcoin/commit/bb81e173) is an example of a scripted-diff.
RPC interface guidelines
--------------------------