File 0539-Fix-a-doc-link-to-flamegraphs-on-the-BeamAsm-page.patch of Package erlang
From bf957996bbed8b53420565ba1009ce06b0128e6a Mon Sep 17 00:00:00 2001
From: Tomas Abrahamsson <tomas.abrahamsson@gmail.com>
Date: Tue, 3 Jan 2023 20:20:59 +0100
Subject: [PATCH] Fix a doc link to flamegraphs on the BeamAsm page
---
erts/emulator/internal_doc/BeamAsm.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/erts/emulator/internal_doc/BeamAsm.md b/erts/emulator/internal_doc/BeamAsm.md
index dda9ffd2cb..a125a620c6 100644
--- a/erts/emulator/internal_doc/BeamAsm.md
+++ b/erts/emulator/internal_doc/BeamAsm.md
@@ -362,7 +362,7 @@ your needs. For instance, if we run dialyzer with all schedulers:
syntax_tools asn1 edoc et ftp inets mnesia observer public_key \
sasl runtime_tools snmp ssl tftp wx xmerl tools --statistics
-And then use the scripts found at Brendan Gregg's [CPU Flame Graphs](http://www.brendangregg.com/FlameGraphs/cpuflamegraphs)
+And then use the scripts found at Brendan Gregg's [CPU Flame Graphs](https://www.brendangregg.com/FlameGraphs/cpuflamegraphs.html)
web page as follows:
## Collect the results
--
2.35.3