summaryrefslogtreecommitdiff
path: root/docs/dev/plugins.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/plugins.md
parent9aa07762230234bf7222d2b2c19c1fe49ef71d9a (diff)
many fixes to missing links in documentation
Diffstat (limited to 'docs/dev/plugins.md')
-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 3de9f089..7907cd3b 100644
--- a/docs/dev/plugins.md
+++ b/docs/dev/plugins.md
@@ -32,7 +32,7 @@ Once you've created your test repository, use the `pluginManager.unofficialName`
The [`add_repository`](https://api.binary.ninja/binaryninja.pluginmanager-module.html#binaryninja.pluginmanager.RepositoryManager.add_repository) API can also be used to add the repository, though it [may require manual creation of the repository folder](https://github.com/Vector35/binaryninja-api/issues/2987).
### Testing
-It's useful to be able to reload your plugin during testing. On the Commercial edition of Binary Ninja, this is easily accomplished with a stand-alone headless install using `import binaryninja` after [installing the API](https://github.com/Vector35/binaryninja-api/blob/dev/scripts/install_api.py). (install_api.py is included in each platforms respective [installation folder](../guide/#binary-path))
+It's useful to be able to reload your plugin during testing. On the Commercial edition of Binary Ninja, this is easily accomplished with a stand-alone headless install using `import binaryninja` after [installing the API](https://github.com/Vector35/binaryninja-api/blob/dev/scripts/install_api.py). (install_api.py is included in each platforms respective [installation folder](../guide/index.md#binary-path))
For other plugins, we recommend the following workflow from the scripting console which enables easy iteration and testing: