diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2020-04-01 02:39:22 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2020-04-28 04:22:28 -0400 |
| commit | a6bc43627e3d884c2e9ad559cc67b4d6353dc12e (patch) | |
| tree | 7830b79d17efab06f951e8aa875cdde4be6e53b1 /docs/guide/plugins.md | |
| parent | d5e7b073574b501c3382d6af2deba947dc39fa12 (diff) | |
enable auto increment, flesh out type documentation, normalize hotkeys
Diffstat (limited to 'docs/guide/plugins.md')
| -rw-r--r-- | docs/guide/plugins.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/guide/plugins.md b/docs/guide/plugins.md index 22a56e95..ba7bed02 100644 --- a/docs/guide/plugins.md +++ b/docs/guide/plugins.md @@ -150,9 +150,9 @@ For the Personal edition, we recommend simply commenting out the `register_` fun [angr]: https://github.com/Vector35/binaryninja-api/blob/dev/python/examples/angr_plugin.py [nampa]: https://github.com/kenoph/nampa [installing the API]: https://github.com/Vector35/binaryninja-api/blob/dev/scripts/install_api.py -[settings]: ../getting-started.html#ui.debugMode -[python.interpreter setting]: ../getting-started.html#python.interpreter +[settings]: ../getting-started.md#ui.debugMode +[python.interpreter setting]: ../getting-started.md#python.interpreter [interaction]: https://api.binary.ninja/binaryninja.interaction-module.html [1]: https://github.com/Vector35/binaryninja-api/tree/dev/python/examples/kaitai [2]: https://github.com/Vector35/binaryninja-api/tree/dev/python/examples/snippets -[3]: https://github.com/Vector35/binaryninja-api/tree/dev/python/examples/triage
\ No newline at end of file +[3]: https://github.com/Vector35/binaryninja-api/tree/dev/python/examples/triage |
