]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 555431: documentation should point to perl.org and not perl.com
authorGabor Szabo <szabgab@gmail.com>
Mon, 29 Mar 2010 13:00:52 +0000 (15:00 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 29 Mar 2010 13:00:52 +0000 (15:00 +0200)
r/a=LpSolit

docs/en/xml/installation.xml

index 3bb1aee9c886e445c897e0f86d52aea59e4051fe..c35f27f4e05dd7374af73cad479824f0f1ec4c70 100644 (file)
@@ -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>