]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 961654 - Fix Landfill bugzilla-tip links in new reST docs. r=LpSolit, a=justdave.
authorGervase Markham <gerv@gerv.net>
Mon, 27 Jan 2014 15:13:50 +0000 (15:13 +0000)
committerGervase Markham <gerv@mozilla.org>
Mon, 27 Jan 2014 15:13:50 +0000 (15:13 +0000)
docs/definitions.rst.tmpl
docs/en/rst/customization.rst
docs/en/rst/using.rst

index 4e6a7288c6ba6ae0933f6f88dee65568c5a0551d..fac4db994efa4f1dabdcfe87a0fd5454d61bc66c 100644 (file)
@@ -1,3 +1 @@
 .. |min-perl-ver| replace:: 5.10.1
-.. |landfillbase| replace:: http://landfill.bugzilla.org/bugzilla-tip/
-.. |bzg-bugs|     replace:: http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&component=Documentation
index 929c7527931cfcb2ac12cbf852cc6916a9128d9a..01f7fce1d2860816d025dfb70b7820562d8e439b 100644 (file)
@@ -307,7 +307,7 @@ should be used inside the form.
 
 An example of this is the mozilla.org
 `guided
-bug submission form <|landfillbase|enter_bug.cgi?product=WorldControl;format=guided>`_. The code for this comes with the Bugzilla
+bug submission form <http://landfill.bugzilla.org/bugzilla-tip/enter_bug.cgi?product=WorldControl;format=guided>`_. The code for this comes with the Bugzilla
 distribution as an example for you to copy. It can be found in the
 files
 :file:`create-guided.html.tmpl` and
index e5a16bfcb564916db1c34791c3d2961fdeeb7a0d..0fe1da3fc67b947bd8f282ec790e43105985ceb6 100644 (file)
@@ -12,7 +12,7 @@ Introduction
 ############
 
 This section contains information for end-users of Bugzilla.  There
-is a Bugzilla test installation, called
+is a machine with many Bugzilla test installations, called
 `Landfill <http://landfill.bugzilla.org/>`_, which you are
 welcome to play with (if it's up). However, not all of the Bugzilla
 installations there will necessarily have all Bugzilla features enabled,
@@ -31,8 +31,8 @@ Create a Bugzilla Account
 If you want to use Bugzilla, first you need to create an account.
 Consult with the administrator responsible for your installation of
 Bugzilla for the URL you should use to access it. If you're
-test-driving Bugzilla, use this URL:
-`<|landfillbase|>`_.
+test-driving Bugzilla, use an installation on
+`Landfill <http://landfill.bugzilla.org/>`_.
 
 #. On the home page :file:`index.cgi`, click the
    ``Open a new Bugzilla account`` link, or the
@@ -86,7 +86,7 @@ Anatomy of a Bug
 
 The core of Bugzilla is the screen which displays a particular
 bug. It's a good place to explain some Bugzilla concepts.
-`Bug 1 on Landfill <|landfillbase|show_bug.cgi?id=1>`_
+`Bug 1 on Landfill <http://landfill.bugzilla.org/bugzilla-tip/show_bug.cgi?id=1>`_
 is a good example. Note that the labels for most fields are hyperlinks;
 clicking them will take you to context-sensitive help on that
 particular field. Fields marked * may not be present on every
@@ -255,9 +255,9 @@ Searching for Bugs
 ##################
 
 The Bugzilla Search page is the interface where you can find
-any bug report, comment, or patch currently in the Bugzilla system. You
-can play with it here:
-`<|landfillbase|query.cgi>`_.
+any bug report, comment, or patch currently in the Bugzilla system.
+`You can play with it on
+Landfill <http://landfill.bugzilla.org/bugzilla-tip/query.cgi?format=advanced>`_.
 
 The Search page has controls for selecting different possible
 values for all of the fields in a bug, as described above. For some
@@ -504,7 +504,7 @@ Reporting a New Bug
 
 Years of bug writing experience has been distilled for your
 reading pleasure into the
-`Bug Writing Guidelines <|landfillbase|page.cgi?id=bug-writing.html>`_.
+`Bug Writing Guidelines <http://landfill.bugzilla.org/bugzilla-tip/page.cgi?id=bug-writing.html>`_.
 While some of the advice is Mozilla-specific, the basic principles of
 reporting Reproducible, Specific bugs, isolating the Product you are
 using, the Version of the Product, the Component which failed, the
@@ -520,7 +520,7 @@ The procedure for filing a bug is as follows:
 
    .. note:: If you want to file a test bug to see how Bugzilla works,
       you can do it on one of our test installations on
-      `the Landfill server <|landfillbase|>`_.
+      `Landfill <http://landfill.bugzilla.org/>`_.
 
 #. You first have to select the product in which you found a bug.