Skip to content

Commit 42ee31e

Browse files
committed
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.
1 parent 4ae00e9 commit 42ee31e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/tracing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ corresponding packages. See [installing bpftrace] and [installing BCC] for more
2222
information. For development there exist a [bpftrace Reference Guide], a
2323
[BCC Reference Guide], and a [bcc Python Developer Tutorial].
2424

25-
[installing bpftrace]: https://github.com/iovisor/bpftrace/blob/master/INSTALL.md
25+
[installing bpftrace]: https://github.com/bpftrace/bpftrace/blob/master/README.md#quick-start
2626
[installing BCC]: https://github.com/iovisor/bcc/blob/master/INSTALL.md
2727
[bpftrace Reference Guide]: https://github.com/iovisor/bpftrace/blob/master/docs/reference_guide.md
2828
[BCC Reference Guide]: https://github.com/iovisor/bcc/blob/master/docs/reference_guide.md

0 commit comments

Comments
 (0)