doc: fix broken bpftrace installation link

The bpftrace project moved from iovisor/bpftrace to bpftrace/bpftraceand
removed the separate INSTALL.md file. Installation instructionsare now
in the README.md Quick Start section.

Github-Pull: #34510
Rebased-From: 42ee31e80c99bdb4d6affdc9dc22a0f3d5da7b59
This commit is contained in:
jayvaliya 2026-02-05 14:07:25 +05:30 committed by fanquake
parent 1a757af7ea
commit b7a182c749
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

View File

@ -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