diff options
author | Yahia Chiheb <chihebyahia@gmail.com> | 2020-04-09 19:41:49 +0100 |
---|---|---|
committer | Yahia Chiheb <chihebyahia@gmail.com> | 2020-04-09 19:41:49 +0100 |
commit | 478c11dde326e2ff0480c14f76f9f6b52a7bdfd0 (patch) | |
tree | 5276ed0a98c64b698c8dda3cf70b0f23064eb1b3 | |
parent | 081dcbde662361ddfbaf608239081c2179ff8231 (diff) |
Correct scripted-diff example link
-rw-r--r-- | doc/developer-notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer-notes.md b/doc/developer-notes.md index da07080724..4960ec567a 100644 --- a/doc/developer-notes.md +++ b/doc/developer-notes.md @@ -965,7 +965,7 @@ Some good examples of scripted-diff: - [scripted-diff: Rename InitInterfaces to NodeContext](https://github.com/bitcoin/bitcoin/commit/301bd41a2e6765b185bd55f4c541f9e27aeea29d) uses an elegant script to replace occurrences of multiple terms in all source files. -- [scripted-diff: Remove g_connman, g_banman globals](https://github.com/bitcoin/bitcoin/commit/301bd41a2e6765b185bd55f4c541f9e27aeea29d) +- [scripted-diff: Remove g_connman, g_banman globals](https://github.com/bitcoin/bitcoin/commit/8922d7f6b751a3e6b3b9f6fb7961c442877fb65a) replaces specific terms in a list of specific source files. - [scripted-diff: Replace fprintf with tfm::format](https://github.com/bitcoin/bitcoin/commit/fac03ec43a15ad547161e37e53ea82482cc508f9) |