diff options
author | Gabor Szabo <szabgab@gmail.com> | 2010-03-29 14:52:58 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-03-29 14:52:58 +0200 |
commit | 4b1b1897d47023ed2a0daee6db1ff012f7b9b498 (patch) | |
tree | afbe6939657741b13b25e56f9c6d4f7acf998f04 /docs/en | |
parent | 4b1eaf48627db9d03e862609ea428f6a4e6f111f (diff) | |
download | bugzilla-4b1b1897d47023ed2a0daee6db1ff012f7b9b498.tar.gz bugzilla-4b1b1897d47023ed2a0daee6db1ff012f7b9b498.tar.xz |
Bug 555431: documentation should point to perl.org and not perl.com
r/a=LpSolit
Diffstat (limited to 'docs/en')
-rw-r--r-- | docs/en/xml/installation.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 3bb1aee9c..c35f27f4e 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -83,7 +83,7 @@ <para>Any machine that doesn't have Perl on it is a sad machine indeed. If you don't have it and your OS doesn't provide official packages, - visit <ulink url="http://www.perl.com"/>. + visit <ulink url="http://www.perl.org"/>. Although Bugzilla runs with Perl &min-perl-ver;, it's a good idea to be using the latest stable version. </para> @@ -2012,7 +2012,7 @@ pid-file=/home/foo/mymysql/the.pid <screen> <prompt>bash$</prompt> - <command>wget http://perl.com/CPAN/src/stable.tar.gz</command> + <command>wget http://perl.org/CPAN/src/stable.tar.gz</command> <prompt>bash$</prompt> <command>tar zvxf stable.tar.gz</command> <prompt>bash$</prompt> |