summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2021-01-18 10:43:12 -0500
committerJordan Wiens <jordan@psifertex.com>2021-01-18 10:43:12 -0500
commit53fe154f49cdc979d34875d5e0a043f46dd82206 (patch)
tree1f3883e70e686fc0a3b106cd5cca1a35718c94ec /docs
parent2dd9e2408b9fdadea180a07f6df82eaa18ba07a6 (diff)
fix link to plugin guide from getting started docs
Diffstat (limited to 'docs')
-rw-r--r--docs/getting-started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started.md b/docs/getting-started.md
index 62303bb9..e35f56f2 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -319,7 +319,7 @@ Plugins can be installed by one of two methods. First, they can be manually inst
Alternatively, plugins can be installed with the new [pluginmanager](https://api.binary.ninja/binaryninja.pluginmanager-module.html) API.
-For more detailed information on plugins, see the [plugin guide](/guide/plugins).
+For more detailed information on plugins, see the [plugin guide](guide/plugins.md).
## PDB Plugin