diff options
author | lpsolit%gmail.com <> | 2006-11-23 05:28:37 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-11-23 05:28:37 +0100 |
commit | 082c114ebe8e4b846fae9149beb8841a847c81f5 (patch) | |
tree | 5206a272d2c0d27d7a82b3bae568f0f2f2955419 | |
parent | 08874ec377b8fa057c374c9d92cc9ac945f3827a (diff) | |
download | bugzilla-082c114ebe8e4b846fae9149beb8841a847c81f5.tar.gz bugzilla-082c114ebe8e4b846fae9149beb8841a847c81f5.tar.xz |
Bug 361562: The "Using Bugzilla" chapter should be before the "Customising Bugzilla" chapter - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave
-rw-r--r-- | docs/xml/Bugzilla-Guide.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/xml/Bugzilla-Guide.xml b/docs/xml/Bugzilla-Guide.xml index f73151eb6..19b60eaaf 100644 --- a/docs/xml/Bugzilla-Guide.xml +++ b/docs/xml/Bugzilla-Guide.xml @@ -129,12 +129,12 @@ <!-- Securing Bugzilla --> &security; -<!-- Customizing Bugzilla --> -&customization; - <!-- Using Bugzilla --> &using; +<!-- Customizing Bugzilla --> +&customization; + <!-- Appendix: The Frequently Asked Questions --> &faq; |