diff options
author | Gervase Markham <gerv@gerv.net> | 2014-12-18 17:25:36 +0100 |
---|---|---|
committer | Gervase Markham <gerv@gerv.net> | 2014-12-18 17:25:36 +0100 |
commit | 0bc389f1ea11fac82b3c783e03408900eddf269d (patch) | |
tree | 2106a28402de9272d9f7f0c287b14bad156b4b40 /docs | |
parent | 323acaaecd742e195c718e696e3206c516ccda32 (diff) | |
download | bugzilla-0bc389f1ea11fac82b3c783e03408900eddf269d.tar.gz bugzilla-0bc389f1ea11fac82b3c783e03408900eddf269d.tar.xz |
Bug 1109635 - remove bogus role. r,a=dkl.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/rst/installing/migrating-from-2.inc.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/rst/installing/migrating-from-2.inc.rst b/docs/en/rst/installing/migrating-from-2.inc.rst index 873a9c87d..c9328077f 100644 --- a/docs/en/rst/installing/migrating-from-2.inc.rst +++ b/docs/en/rst/installing/migrating-from-2.inc.rst @@ -7,7 +7,7 @@ Download Code from Git First, you need to find what version of Bugzilla you are using. It should be in the top right corner of the front page but, if not, open the file :file:`Bugzilla/Constants.pm` in your Bugzilla directory and search for -:code:`BUGZILLA_VERSION`. +``BUGZILLA_VERSION``. Then, you need to download an additional copy of your *current* version of Bugzilla from the git repository, and place it in a separate directory |