diff options
author | lpsolit%gmail.com <> | 2008-04-14 02:25:18 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-04-14 02:25:18 +0200 |
commit | e347558dab372645acda0110ca65393bf6b6e73f (patch) | |
tree | db00d0dd8bcaef452958749516cb5c9e2904e5e7 /docs | |
parent | 32405051a2b162fe50b46e01a21b9aa838f20aa8 (diff) | |
download | bugzilla-e347558dab372645acda0110ca65393bf6b6e73f.tar.gz bugzilla-e347558dab372645acda0110ca65393bf6b6e73f.tar.xz |
Bug 428800: "Download a Bugzilla tarball" should be linkified - Patch by Frédéric Buclin <LpSolit@gmail.com> r=Colin
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/xml/installation.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 2f45eb11c..78867e725 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -1,5 +1,5 @@ <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> -<!-- $Id: installation.xml,v 1.156 2008/04/12 22:24:23 wurblzap%gmail.com Exp $ --> +<!-- $Id: installation.xml,v 1.157 2008/04/13 19:25:18 lpsolit%gmail.com Exp $ --> <chapter id="installing-bugzilla"> <title>Installing Bugzilla</title> @@ -178,7 +178,8 @@ <title>Bugzilla</title> <para> - Download a Bugzilla tarball (or check it out from CVS) and place + <ulink url="http://www.bugzilla.org/download/">Download a Bugzilla tarball</ulink> + (or check it out from CVS) and place it in a suitable directory, accessible by the default web server user (probably <quote>apache</quote> or <quote>www</quote>). Good locations are either directly in the web server's document directories or |