summaryrefslogtreecommitdiff
path: root/docs/dev/index.md
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2023-05-01 14:16:57 -0400
committerPeter LaFosse <peter@vector35.com>2023-05-01 14:24:37 -0400
commit5d3e98685591b2521f8dc3151d9a3c36095401b6 (patch)
tree192470df14f1d8d3ca65609dd7d300dd6db743b3 /docs/dev/index.md
parent9aa07762230234bf7222d2b2c19c1fe49ef71d9a (diff)
many fixes to missing links in documentation
Diffstat (limited to 'docs/dev/index.md')
-rw-r--r--docs/dev/index.md4
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)