Skip to content

Commit

Permalink
make it easier to discover the reference documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
yadutaf authored and drzaeus77 committed Aug 11, 2017
1 parent 81ad054 commit c38cb7a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit c38cb7a

Please sign in to comment.