]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1172748 - fix broken link to Extension perldoc. r,a=dkl
authorGervase Markham <gerv@gerv.net>
Fri, 12 Jun 2015 15:46:50 +0000 (16:46 +0100)
committerGervase Markham <gerv@gerv.net>
Fri, 12 Jun 2015 15:46:50 +0000 (16:46 +0100)
docs/en/rst/integrating/extensions.rst

index 2097909fc326e8643872a2e2d95b8cf163e6d23a..18c5341d3358944d794967707b48c692a5d65a00 100644 (file)
@@ -12,8 +12,8 @@ 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 <../html/api/Bugzilla/Extension.html>`_ for the core
-documentation on how to do that. It would make sense to read
+documentation <http://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/Extension.html>`_
+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
 use all the code hooks.