diff options
author | Jeff Fearn <jfearn@redhat.com> | 2022-08-01 09:17:49 +1000 |
---|---|---|
committer | Jeff Fearn <jfearn@redhat.com> | 2022-08-01 09:17:49 +1000 |
commit | de7b34c6ebca7c18b0ff00158501c1d9d44c6c80 (patch) | |
tree | a1193de4894d7a6ddb5a3c4fe4f6d189555b12f8 | |
parent | Bug 1865757 - Enable DataTables searchPanes extension on bug lists (diff) | |
download | bugzilla-de7b34c6ebca7c18b0ff00158501c1d9d44c6c80.tar.gz bugzilla-de7b34c6ebca7c18b0ff00158501c1d9d44c6c80.tar.bz2 bugzilla-de7b34c6ebca7c18b0ff00158501c1d9d44c6c80.zip |
Bug 2081004 - Broken link for playing with advanced search
Replace landfill with stage where appropriate.
Change-Id: I198f4083e23cebbd142ce7a421edb8fa922a3a4c
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | contrib/bugzilla-submit/README | 2 | ||||
-rw-r--r-- | docs/en/rst/about/index.rst | 2 | ||||
-rw-r--r-- | docs/en/rst/integrating/templates.rst | 2 | ||||
-rw-r--r-- | docs/en/rst/using/creating-an-account.rst | 2 | ||||
-rw-r--r-- | docs/en/rst/using/finding.rst | 2 |
6 files changed, 6 insertions, 6 deletions
@@ -7,7 +7,7 @@ by thousands of projects and companies around the world. It can be installed on Linux and other flavors of Unix, Windows or Mac OS X. You can try Bugzilla out using our testing installation: -https://landfill.bugzilla.org/bugzilla-tip/ +https://bugzilla.stage.redhat.com/ Documentation ============= diff --git a/contrib/bugzilla-submit/README b/contrib/bugzilla-submit/README index f9e74b9d4..bfc6a70c6 100644 --- a/contrib/bugzilla-submit/README +++ b/contrib/bugzilla-submit/README @@ -20,7 +20,7 @@ Usage Notes ----------- * Please constrain testing to your own installation of Bugzilla, or use -* http://landfill.bugzilla.org/ for testing purposes -- opening test +* http://bugzilla.stage.redhat.com/ for testing purposes -- opening test * bugs on production instances of Bugzilla is definitely not a good idea Run "bugzilla-submit --help" for a description of the possible options. diff --git a/docs/en/rst/about/index.rst b/docs/en/rst/about/index.rst index 239c6ecea..e9e45af6b 100644 --- a/docs/en/rst/about/index.rst +++ b/docs/en/rst/about/index.rst @@ -18,7 +18,7 @@ Evaluating Bugzilla ################### If you want to try out Bugzilla to see if it meets your needs, you can do so -on `Landfill <https://landfill.bugzilla.org/bugzilla-4.4-branch/>`_, our test +on `Stage <https://bugzilla.stage.redhat.com/>`_, our test server. The `Bugzilla FAQ <https://wiki.mozilla.org/Bugzilla:FAQ>`_ may also be helpful, as it answers a number of questions people sometimes have about whether Bugzilla is for them. diff --git a/docs/en/rst/integrating/templates.rst b/docs/en/rst/integrating/templates.rst index 3ec66eac6..56d8804a7 100644 --- a/docs/en/rst/integrating/templates.rst +++ b/docs/en/rst/integrating/templates.rst @@ -232,7 +232,7 @@ customizing for your installation. and have their values appear formatted in the initial comment. An example of this is the `guided bug submission form - <http://landfill.bugzilla.org/bugzilla-tip/enter_bug.cgi?product=WorldControl;format=guided>`_. + <http://bugzilla.stage.redhat.com/enter_bug.cgi?format=guided&product=Bugzilla>`_. 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 :file:`comment-guided.html.tmpl`. diff --git a/docs/en/rst/using/creating-an-account.rst b/docs/en/rst/using/creating-an-account.rst index 0ea42ee5d..73ff50a77 100644 --- a/docs/en/rst/using/creating-an-account.rst +++ b/docs/en/rst/using/creating-an-account.rst @@ -7,7 +7,7 @@ If you want to use a particular installation of Bugzilla, first you need to create an account. Ask the administrator responsible for your installation for the URL you should use to access it. If you're test-driving Bugzilla, you can use one of the installations on -`Landfill <http://landfill.bugzilla.org/>`_. +`Stage <http://bugzilla.stage.redhat.com/>`_. The process of creating an account is similar to many other websites. diff --git a/docs/en/rst/using/finding.rst b/docs/en/rst/using/finding.rst index a5cab9e4c..a5504611a 100644 --- a/docs/en/rst/using/finding.rst +++ b/docs/en/rst/using/finding.rst @@ -44,7 +44,7 @@ Advanced Search The Advanced Search page is used to produce a list of all bugs fitting exact criteria. `You can play with it on -Landfill <http://landfill.bugzilla.org/bugzilla-tip/query.cgi?format=advanced>`_. +Stage <http://bugzilla.stage.redhat.com/query.cgi?format=advanced>`_. Advanced Search has controls for selecting different possible values for all of the fields in a bug, as described above. For some |