diff options
author | Jeremy Rand <jeremyrand@airmail.cc> | 2021-09-16 22:00:20 +0000 |
---|---|---|
committer | Jeremy Rand <jeremyrand@airmail.cc> | 2021-09-16 22:00:20 +0000 |
commit | 9bdda50151dd808cbad094d457bf0ed7939a7c87 (patch) | |
tree | ae0ff0bda6061d763a163c30752c4cbdc259ce63 /test | |
parent | 6ef84e0503994c53f77093e7ea5951a7b0edea7a (diff) |
Enable TLS in links in documentation
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/README.md b/test/functional/README.md index d830ba0334..926810cf03 100644 --- a/test/functional/README.md +++ b/test/functional/README.md @@ -188,5 +188,5 @@ perf report -i /path/to/datadir/send-big-msgs.perf.data.xxxx --stdio | c++filt | #### See also: - [Installing perf](https://askubuntu.com/q/50145) -- [Perf examples](http://www.brendangregg.com/perf.html) +- [Perf examples](https://www.brendangregg.com/perf.html) - [Hotspot](https://github.com/KDAB/hotspot): a GUI for perf output analysis |