From 0572ec49d8828156ab5a06cf0485ed12c091589b Mon Sep 17 00:00:00 2001 From: Ian Ward Date: Fri, 3 Jul 2015 12:26:24 -0400 Subject: [PATCH] [#2517] fix api link in reviewing doc --- doc/contributing/reviewing.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/contributing/reviewing.rst b/doc/contributing/reviewing.rst index a49734e3d6c..dc169094b7d 100644 --- a/doc/contributing/reviewing.rst +++ b/doc/contributing/reviewing.rst @@ -41,8 +41,9 @@ with it. Nonetheless, here is an incomplete list of things to look for: plugins and themes. In general, any code that's documented in the reference sections of the - :doc:`API `, :doc:`extensions ` or :doc:`theming - ` needs to be considered. For example this includes changes + :doc:`API `, :doc:`extensions ` or + :doc:`theming ` + needs to be considered. For example this includes changes to the API actions, the plugin interfaces or plugins toolkit, the converter and validator functions (which are used by plugins), the custom Jinja2 tags and variables available to Jinja templates, the template helper functions,