doc: fix broken bpftrace installation link
What changed, and why it matters
This commit is a simple documentation fix. It updates a single hyperlink in a README file because the bpftrace project moved its installation instructions to a different web address. There is no code change and no security relevance.
No security action needed. Treat as a normal documentation maintenance merge.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The change modifies one Markdown reference link in contrib/tracing/README.md, replacing the old iovisor/bpftrace INSTALL.md URL with the new bpftrace/bpftrace README.md#quick-start URL. It is purely a documentation hyperlink correction.
Changed components
contrib/tracing/README.mdInspect captured patch +1 / −1
diff --git a/contrib/tracing/README.md b/contrib/tracing/README.md
index f5095d6b..3c85a2ad 100644
--- a/contrib/tracing/README.md
+++ b/contrib/tracing/README.md
@@ -22,7 +22,7 @@ corresponding packages. See [installing bpftrace] and [installing BCC] for more
information. For development there exist a [bpftrace Reference Guide], a
[BCC Reference Guide], and a [bcc Python Developer Tutorial].
-[installing bpftrace]: https://github.com/iovisor/bpftrace/blob/master/INSTALL.md
+[installing bpftrace]: https://github.com/bpftrace/bpftrace/blob/master/README.md#quick-start
[installing BCC]: https://github.com/iovisor/bcc/blob/master/INSTALL.md
[bpftrace Reference Guide]: https://github.com/iovisor/bpftrace/blob/master/docs/reference_guide.md
[BCC Reference Guide]: https://github.com/iovisor/bcc/blob/master/docs/reference_guide.md
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.