aboutsummaryrefslogtreecommitdiff
path: root/doc/developer-notes.md
diff options
context:
space:
mode:
authorJeremy Rand <jeremyrand@airmail.cc>2021-09-16 22:00:20 +0000
committerJeremy Rand <jeremyrand@airmail.cc>2021-09-16 22:00:20 +0000
commit9bdda50151dd808cbad094d457bf0ed7939a7c87 (patch)
treeae0ff0bda6061d763a163c30752c4cbdc259ce63 /doc/developer-notes.md
parent6ef84e0503994c53f77093e7ea5951a7b0edea7a (diff)
downloadbitcoin-9bdda50151dd808cbad094d457bf0ed7939a7c87.tar.xz
Enable TLS in links in documentation
Diffstat (limited to 'doc/developer-notes.md')
-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 3e13adeec0..ffb6632e21 100644
--- a/doc/developer-notes.md
+++ b/doc/developer-notes.md
@@ -349,7 +349,7 @@ make cov
Profiling is a good way to get a precise idea of where time is being spent in
code. One tool for doing profiling on Linux platforms is called
-[`perf`](http://www.brendangregg.com/perf.html), and has been integrated into
+[`perf`](https://www.brendangregg.com/perf.html), and has been integrated into
the functional test framework. Perf can observe a running process and sample
(at some frequency) where its execution is.