Commit d6622519 authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 1269266 - API links for Bugzilla 5+ not working anymore

parent fe2e95fa
...@@ -4,8 +4,7 @@ Migrating From Other Bug-Tracking Systems ...@@ -4,8 +4,7 @@ Migrating From Other Bug-Tracking Systems
######################################### #########################################
Bugzilla has a framework you can use for migrating from other bug-tracking Bugzilla has a framework you can use for migrating from other bug-tracking
systems - systems - :api:`Bugzilla::Migrate <Bugzilla/Migrate.html>`.
`Bugzilla::Migrate <http://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/Migrate.html>`_.
It provides the infrastructure you will need, It provides the infrastructure you will need,
but requires a module to be written to define the specifics of the system you but requires a module to be written to define the specifics of the system you
are coming from. One exists for are coming from. One exists for
......
...@@ -11,8 +11,8 @@ versions of Bugzilla with minimal effort. We maintain a ...@@ -11,8 +11,8 @@ versions of Bugzilla with minimal effort. We maintain a
written by other people on our wiki. You would need to written by other people on our wiki. You would need to
make sure that the extension in question works with your version of Bugzilla. make sure that the extension in question works with your version of Bugzilla.
Or, you can write your own extension. See the `Bugzilla Extension Or, you can write your own extension. See the :api:`Bugzilla Extension
documentation <http://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/Extension.html>`_ documentation <Bugzilla/Extension.html>`
for the core documentation on how to do that. It would make sense to read 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 the section on :ref:`templates`. There is also a sample extension in
:file:`$BUGZILLA_HOME/extensions/Example/` which gives examples of how to :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. ...@@ -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 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 specific hook for it that :ref:`extensions` can call. It's called
``bug_check_can_change_field``, and it's documented `in the Hooks ``bug_check_can_change_field``, and it's documented :api:`in the Hooks
documentation <http://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/Hook.html#bug_check_can_change_field>`_. documentation <Bugzilla/Hook.html#bug_check_can_change_field>`.
Checking Syntax Checking Syntax
=============== ===============
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment