diff options
-rw-r--r-- | docs/en/rst/about/index.rst | 4 | ||||
-rw-r--r-- | docs/en/rst/administering/workflow.rst | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/docs/en/rst/about/index.rst b/docs/en/rst/about/index.rst index 239c6ecea..761206873 100644 --- a/docs/en/rst/about/index.rst +++ b/docs/en/rst/about/index.rst @@ -18,8 +18,8 @@ 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 -server. The `Bugzilla FAQ <https://wiki.mozilla.org/Bugzilla:FAQ>`_ may also +on `Landfill <https://landfill.bugzilla.org>`_, 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/administering/workflow.rst b/docs/en/rst/administering/workflow.rst index 7ce5b7a87..337faac1d 100644 --- a/docs/en/rst/administering/workflow.rst +++ b/docs/en/rst/administering/workflow.rst @@ -15,9 +15,7 @@ The status referred to by the :param:`duplicate_or_move_bug_status` parameter, i set, is also undeletable. To make it deletable, simply set the value of that parameter to a different status. -Aside from the empty value, two resolutions, DUPLICATE and FIXED, cannot be -renamed or deleted. (FIXED could be if we fixed -`bug 1007605 <https://bugzilla.mozilla.org/show_bug.cgi?id=1007605>`_.) +Aside from the empty value, one resolution, DUPLICATE, cannot be renamed or deleted. Once you have defined your statuses, you can configure the workflow of how a bug moves between them. The workflow configuration |