[svn:parrot] r36191 - trunk/docs

barney at svn.parrot.org barney at svn.parrot.org
Sat Jan 31 12:31:52 UTC 2009


Author: barney
Date: Sat Jan 31 12:31:51 2009
New Revision: 36191
URL: https://trac.parrot.org/parrot/changeset/36191

Log:
[docs] s/svn.perl/svn.parrot/

Modified:
   trunk/docs/gettingstarted.pod

Modified: trunk/docs/gettingstarted.pod
==============================================================================
--- trunk/docs/gettingstarted.pod	Sat Jan 31 12:12:04 2009	(r36190)
+++ trunk/docs/gettingstarted.pod	Sat Jan 31 12:31:51 2009	(r36191)
@@ -37,7 +37,7 @@
 Even better is the option to use SVN, which gets you the very latest copy of
 the Parrot distribution. The procedure for this is:
 
-    svn checkout https://svn.perl.org/parrot/trunk parrot
+    svn checkout https://svn.parrot.org/parrot/trunk parrot
 
 =item *
 
@@ -49,7 +49,7 @@
 
 If you're using git-svn, you should check out just the latest version. First:
 
-C<< git svn clone -s -r HEAD https://svn.perl.org/parrot >>
+C<< git svn clone -s -r HEAD https://svn.parrot.org/parrot >>
 
 =back
 


More information about the parrot-commits mailing list