diff --git a/docs/development/plugin-creation.md b/docs/development/plugin-creation.md index eb1b5d98e..fb9b6adfd 100644 --- a/docs/development/plugin-creation.md +++ b/docs/development/plugin-creation.md @@ -3,7 +3,7 @@ If you create your own plugin: 1. Take a look at the plugins shipped with dokku and hack away! -2. Check out the [list of hooks](http://progrium.viewdocs.io/dokku/development/plugn-triggers) your plugin can implement. +2. Check out the [list of triggers](http://progrium.viewdocs.io/dokku/development/plughooks) your plugin can implement. 3. Upload your plugin to github with a repository name in form of `dokku-` (e.g. `dokku-mariadb`) 4. Edit [this page](http://progrium.viewdocs.io/dokku/plugins) and add a link to it. 5. Subscribe to the [dokku development blog](http://progrium.com) to be notified about API changes and releases diff --git a/docs/development/plugn-triggers.md b/docs/development/pluginhooks.md similarity index 98% rename from docs/development/plugn-triggers.md rename to docs/development/pluginhooks.md index f727bd059..3f1dd7e62 100644 --- a/docs/development/plugn-triggers.md +++ b/docs/development/pluginhooks.md @@ -1,6 +1,6 @@ # Plugn triggers -[Plugn triggers](https://github.com/progrium/plugn) are a good way to jack into existing dokku infrastructure. You can use them to modify the output of various dokku commands or override internal configuration. +[Plugn triggers](https://github.com/progrium/plugn) (formerly [pluginhooks](https://github.com/progrium/pluginhook)) are a good way to jack into existing dokku infrastructure. You can use them to modify the output of various dokku commands or override internal configuration. Plugn triggers are simply scripts that are executed by the system. You can use any language you want, so long as the script: diff --git a/docs/template.html b/docs/template.html index d62e6f420..878df1201 100644 --- a/docs/template.html +++ b/docs/template.html @@ -77,7 +77,7 @@ Development Plugin Creation - Plugn Triggers + Plugn Triggers Test Suite Release Process