From a6bc43627e3d884c2e9ad559cc67b4d6353dc12e Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Wed, 1 Apr 2020 02:39:22 -0400 Subject: enable auto increment, flesh out type documentation, normalize hotkeys --- docs/guide/plugins.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/guide/plugins.md') 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 -- cgit v1.3.1