diff options
Diffstat (limited to 'docs/dev/index.md')
| -rw-r--r-- | docs/dev/index.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/dev/index.md b/docs/dev/index.md index 983655c2..d9abcde6 100644 --- a/docs/dev/index.md +++ b/docs/dev/index.md @@ -1,6 +1,6 @@ # Using the Binary Ninja API -Welcome to the Binary Ninja API documentation. Much like the [User Manual](./guide/index.html), some larger sections have been split off into their own sections on the left, while the table of contents for this documentation is on the right. +Welcome to the Binary Ninja API documentation. Much like the [User Manual](../guide/index.md), some larger sections have been split off into their own sections on the left, while the table of contents for this documentation is on the right. ## Language Specific Bindings @@ -11,6 +11,8 @@ The Binary Ninja API is available through a [Core API](#core-api), through the [ The Python API is the most common third-party API and is used in many [public plugins](https://github.com/vector35/community-plugins). Here's a list of the most important Python API documentation resources: - [Writing Python Plugins](plugins.md) + - [Applying Annotations](annotation.md) + - [Script Cookbook](cookbook.md) with common examples and concepts explained - [Python API Reference](https://api.binary.ninja/) (available offline via the Help menu) - [API Source](https://github.com/Vector35/binaryninja-api/tree/dev/python) |
