From 5d3e98685591b2521f8dc3151d9a3c36095401b6 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 1 May 2023 14:16:57 -0400 Subject: many fixes to missing links in documentation --- 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 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: -- cgit v1.3.1