summaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2021-05-21 00:21:08 -0400
committerJordan Wiens <jordan@psifertex.com>2021-05-21 00:21:08 -0400
commit3f756027c42d6b183030aba895d999d0f1932804 (patch)
tree8c2bbc7ea83f824e2571ca49b0a2e15fa049ae93 /docs/dev
parentb2baef04c46694037128c3f677f9bef623c79b84 (diff)
update name of api reference action
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/plugins.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/plugins.md b/docs/dev/plugins.md
index 55158e8c..33fb0948 100644
--- a/docs/dev/plugins.md
+++ b/docs/dev/plugins.md
@@ -1,6 +1,6 @@
## Writing Plugins
-First, take a look at some of the [example](https://github.com/Vector35/binaryninja-api/tree/dev/python/examples) plugins, or some of the [community](https://github.com/Vector35/community-plugins) plugins to get a feel for different APIs you might be interested in. Of course, the full [API](https://api.binary.ninja/) docs are online and available offline via the `Help`/`Open Python Reference...`.
+First, take a look at some of the [example](https://github.com/Vector35/binaryninja-api/tree/dev/python/examples) plugins, or some of the [community](https://github.com/Vector35/community-plugins) plugins to get a feel for different APIs you might be interested in. Of course, the full [API](https://api.binary.ninja/) docs are online and available offline via the `Help`/`Open Python API Reference...`.
To start, we suggest you download the [sample plugin](https://github.com/Vector35/sample_plugin) as a template since it contains all of the elements you're likely to need.