summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2009-07-28 23:57:27 +0200
committerlpsolit%gmail.com <>2009-07-28 23:57:27 +0200
commit32472b594d84fe4a870a0868e72de13957bf034a (patch)
tree8a1613c92c7daa946fd8cf61dcc2b8dc0bd8df49 /docs
parenta94cdd351916849050bac4957a582d17985e1268 (diff)
downloadbugzilla-32472b594d84fe4a870a0868e72de13957bf034a.tar.gz
bugzilla-32472b594d84fe4a870a0868e72de13957bf034a.tar.xz
Bug 233400: The "3rd-party integration" section should point to Bugzilla:Addons on wiki - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave
Diffstat (limited to 'docs')
-rw-r--r--docs/en/xml/Bugzilla-Guide.xml1
-rw-r--r--docs/en/xml/customization.xml13
2 files changed, 11 insertions, 3 deletions
diff --git a/docs/en/xml/Bugzilla-Guide.xml b/docs/en/xml/Bugzilla-Guide.xml
index 6a34853c9..4f6c0046b 100644
--- a/docs/en/xml/Bugzilla-Guide.xml
+++ b/docs/en/xml/Bugzilla-Guide.xml
@@ -13,7 +13,6 @@
<!ENTITY administration SYSTEM "administration.xml">
<!ENTITY security SYSTEM "security.xml">
<!ENTITY using SYSTEM "using.xml">
-<!ENTITY integration SYSTEM "integration.xml">
<!ENTITY index SYSTEM "index.xml">
<!ENTITY customization SYSTEM "customization.xml">
<!ENTITY troubleshooting SYSTEM "troubleshooting.xml">
diff --git a/docs/en/xml/customization.xml b/docs/en/xml/customization.xml
index 9c69c3757..0d56ba25c 100644
--- a/docs/en/xml/customization.xml
+++ b/docs/en/xml/customization.xml
@@ -790,8 +790,17 @@
</para>
</section>
- <!-- Integrating Bugzilla with Third-Party Tools -->
- &integration;
+ <section id="integration">
+ <title>Integrating Bugzilla with Third-Party Tools</title>
+
+ <para>
+ Many utilities and applications can integrate with Bugzilla,
+ either on the client- or server-side. None of them is maintained
+ by the Bugzilla community, nor are they being tested during our
+ QA tests, so use them at your own risk. They are listed at
+ <ulink url="https://wiki.mozilla.org/Bugzilla:Addons" />.
+ </para>
+ </section>
</chapter>