From c38cb7ac17f73ebd1c0aaedc4dc48d7d5c6c828d Mon Sep 17 00:00:00 2001 From: Jean-Tiare Le Bigot Date: Sun, 30 Jul 2017 19:17:57 +0200 Subject: [PATCH] make it easier to discover the reference documentation --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f08c3c4..165f65e8 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,10 @@ See [INSTALL.md](INSTALL.md) for installation steps on your platform. See [FAQ.txt](FAQ.txt) for the most common troubleshoot questions. +## Reference guide + +See [docs/reference_guide.md](docs/reference_guide.md) for the reference guide to the bcc and bcc/BPF APIs. + ## Contents Some of these are single files that contain both C and Python, others have a @@ -203,7 +207,6 @@ to add support for the language of your choice and send a pull request! - [docs/tutorial.md](docs/tutorial.md): Using bcc tools to solve performance, troubleshooting, and networking issues. - [docs/tutorial_bcc_python_developer.md](docs/tutorial_bcc_python_developer.md): Developing new bcc programs using the Python interface. -- [docs/reference_guide.md](docs/reference_guide.md): Reference guide to the bcc and bcc/BPF APIs. ### Networking -- 2.34.1