From 3f756027c42d6b183030aba895d999d0f1932804 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Fri, 21 May 2021 00:21:08 -0400 Subject: update name of api reference action --- docs/dev/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dev/plugins.md') 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. -- cgit v1.3.1