From 7436656dbf6f07f5eb4a5a5f2f9ef5a13e5ff9db Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Fri, 19 Aug 2022 10:37:43 -0700 Subject: [PATCH] README: add link to readthedocs doc site Add link to https://libbpf.readthedocs.io/en/latest/api.html for API documentation. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7202bbc..a7cf1ef 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ their counterpart files at BPF/libbpf usage and questions ============================== +Libbpf documentation can be found [here](https://libbpf.readthedocs.io/en/latest/api.html). +It's an ongoing effort and has ways to go, but please take a look and consider contributing as well. + Please check out [libbpf-bootstrap](https://github.com/libbpf/libbpf-bootstrap) and [the companion blog post](https://nakryiko.com/posts/libbpf-bootstrap/) for the examples of building BPF applications with libbpf.