Skip to content

Commit 41b9b76

Browse files
committed
Merge bitcoin#34510: doc: fix broken bpftrace installation link
42ee31e doc: fix broken bpftrace installation link (jayvaliya) Pull request description: The bpftrace project has moved from the `iovisor` organization to its own `bpftrace` organization on GitHub. The old installation documentation link (`https://github.com/iovisor/bpftrace/blob/master/INSTALL.md`) is now broken (404). The project also restructured their documentation - installation instructions are now in the README.md under the "Quick Start" section rather than a separate INSTALL.md file. ACKs for top commit: maflcko: lgtm ACK 42ee31e Tree-SHA512: 5320e747b77fe9bb347a98396364f3942214b6d3ee69707f62452df0aaaa2f6cfd58fc3b6155f64c4acb00f1a4dba8a751618805e75b823454c73ac93877ad4f
2 parents 4ae00e9 + 42ee31e commit 41b9b76

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)