From e6ba81447bc9a8e33b003dc7655464025e96354e Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Wed, 1 Jun 2016 10:16:11 +0200 Subject: Bug 1269266 - API links for Bugzilla 5+ not working anymore --- docs/en/rst/integrating/extensions.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/en/rst/integrating') diff --git a/docs/en/rst/integrating/extensions.rst b/docs/en/rst/integrating/extensions.rst index 18c5341d3..6a3fd8d3f 100644 --- a/docs/en/rst/integrating/extensions.rst +++ b/docs/en/rst/integrating/extensions.rst @@ -11,8 +11,8 @@ versions of Bugzilla with minimal effort. We maintain a written by other people on our wiki. You would need to make sure that the extension in question works with your version of Bugzilla. -Or, you can write your own extension. See the `Bugzilla Extension -documentation `_ +Or, you can write your own extension. See the :api:`Bugzilla Extension +documentation ` for the core documentation on how to do that. It would make sense to read the section on :ref:`templates`. There is also a sample extension in :file:`$BUGZILLA_HOME/extensions/Example/` which gives examples of how to @@ -183,8 +183,8 @@ bugs, except to comment and add themselves to the CC list. Because this kind of change is such a common request, we have added a specific hook for it that :ref:`extensions` can call. It's called -``bug_check_can_change_field``, and it's documented `in the Hooks -documentation `_. +``bug_check_can_change_field``, and it's documented :api:`in the Hooks +documentation `. Checking Syntax =============== -- cgit v1.2.3-24-g4f1b