diff --git a/plugins/create.rst b/plugins/create.rst index f587094..1837bee 100644 --- a/plugins/create.rst +++ b/plugins/create.rst @@ -5,7 +5,7 @@ So you want to write a plugin for NodeBB, that's fantastic! There are a couple o Like WordPress, NodeBB's plugins are built on top of a hook system in NodeBB. This system exposes parts of NodeBB to plugin creators in a controlled way, and allows them to alter content while it passes through, or execute certain behaviours when triggered. -See the full :doc:`list of hooks ` for more information. +See the full `list of hooks `_ for more information. Filters and Actions ------------------ diff --git a/plugins/hooks.rst b/plugins/hooks.rst index dc93a06..e3ab928 100644 --- a/plugins/hooks.rst +++ b/plugins/hooks.rst @@ -8,4 +8,4 @@ There are two types of hooks, **filters**, and **actions**. Filters take an inpu **Important**: This list is by no means exhaustive. Hooks are added on an as-needed basis (or if we can see a potential use case ahead of time), and all requests to add new hooks to NodeBB should be sent to us via the `issue tracker `_. -As of 2014-10-08 we have moved the list of hooks into our wiki page. Please consult the list `here `_. \ No newline at end of file +As of 2014-10-08 we have moved the list of hooks into our wiki page. Please consult the list `here `_. \ No newline at end of file