summaryrefslogtreecommitdiff
path: root/docs/guide
diff options
context:
space:
mode:
Diffstat (limited to 'docs/guide')
-rw-r--r--docs/guide/plugins.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/plugins.md b/docs/guide/plugins.md
index 4602ca02..452802d3 100644
--- a/docs/guide/plugins.md
+++ b/docs/guide/plugins.md
@@ -115,7 +115,7 @@ Additionally, running a python plugin with an environment variable of `BN_DISABL
## Writing Plugins
-First, take a look at some of the [example] plugins, or some of the [community] plugins to get a feel for different APIs you might be interested in. Of course, the full [API] docs are online and available offline via the `Help`/`Open API Reference...`.
+First, take a look at some of the [example] plugins, or some of the [community] plugins to get a feel for different APIs you might be interested in. Of course, the full [API] docs are online and available offline via the `Help`/`Open Python Reference...`.
To start, we suggest you download the [sample plugin] as a template since it contains all of the elements you're likely to need.