aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGervase Markham <gerv@gerv.net>2015-06-12 16:47:29 +0100
committerGervase Markham <gerv@gerv.net>2015-06-12 16:47:29 +0100
commit31d5e4b88321f08bf490a1f803847f167e67b56a (patch)
treee7eb317f0abe107a82f0ce41edb17c5893904229 /docs
parentff377b44c9edc72e8ce9dd26723d3ea5b940eae1 (diff)
downloadbugs-31d5e4b88321f08bf490a1f803847f167e67b56a.tar
bugs-31d5e4b88321f08bf490a1f803847f167e67b56a.tar.gz
bugs-31d5e4b88321f08bf490a1f803847f167e67b56a.tar.bz2
bugs-31d5e4b88321f08bf490a1f803847f167e67b56a.tar.xz
bugs-31d5e4b88321f08bf490a1f803847f167e67b56a.zip
Bug 1172748 - fix broken link to Extension perldoc. r,a=dkl
Diffstat (limited to 'docs')
-rw-r--r--docs/en/rst/integrating/extensions.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/en/rst/integrating/extensions.rst b/docs/en/rst/integrating/extensions.rst
index 2097909fc..18c5341d3 100644
--- a/docs/en/rst/integrating/extensions.rst
+++ b/docs/en/rst/integrating/extensions.rst
@@ -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.