Skip to content

Commit

Permalink
updated link to new hooks page
Browse files Browse the repository at this point in the history
  • Loading branch information
psychobunny committed Feb 19, 2015
1 parent 0747724 commit 604b91f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/create.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <hooks>` for more information.
See the full `list of hooks <https://github.com/NodeBB/NodeBB/wiki/Hooks/>`_ for more information.

Filters and Actions
------------------
Expand Down
2 changes: 1 addition & 1 deletion plugins/hooks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/NodeBB/NodeBB/issues>`_.


As of 2014-10-08 we have moved the list of hooks into our wiki page. Please consult the list `here <https://github.com/NodeBB/NodeBB/wiki/Plugin-Hooks/>`_.
As of 2014-10-08 we have moved the list of hooks into our wiki page. Please consult the list `here <https://github.com/NodeBB/NodeBB/wiki/Hooks/>`_.

0 comments on commit 604b91f

Please sign in to comment.