From e666cad2d66e4fff5d4f1385c2d9b1a749e18701 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alessandro=C2=A0Decina?= Date: Tue, 15 Jun 2021 07:11:52 +0000 Subject: [PATCH] Fix libc link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4ed17b0..059d5b60 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Some of the major features provided include: [api-docs]: https://docs.rs/aya [libbpf]: https://github.com/libbpf/libbpf [bcc]: https://github.com/iovisor/bcc -[libc]: https://crates.io/libc +[libc]: https://docs.rs/libc [co-re]: https://facebookmicrosites.github.io/bpf/blog/2020/02/19/bpf-portability-and-co-re.html [tokio]: https://docs.rs/tokio [async-std]: https://docs.rs/async-std