[svn:parrot] r36193 - in trunk: docs editor languages/dotnet/doc languages/pipp/docs

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


Author: barney
Date: Sat Jan 31 12:50:29 2009
New Revision: 36193
URL: https://trac.parrot.org/parrot/changeset/36193

Log:
[docs] s/parrotcode.org/parrot.org/

Modified:
   trunk/docs/gettingstarted.pod
   trunk/docs/intro.pod
   trunk/docs/parrot.pod
   trunk/editor/pir-mode.el
   trunk/languages/dotnet/doc/building.pod
   trunk/languages/pipp/docs/pipp.pod

Modified: trunk/docs/gettingstarted.pod
==============================================================================
--- trunk/docs/gettingstarted.pod	Sat Jan 31 12:32:05 2009	(r36192)
+++ trunk/docs/gettingstarted.pod	Sat Jan 31 12:50:29 2009	(r36193)
@@ -58,7 +58,7 @@
 
 The above instructions are also on the Parrot website:
 
-L<http://www.parrotcode.org/source.html>
+L<http://www.parrot.org/download>
 
 =head2 Now that I've got Parrot, what do I do?
 
@@ -247,7 +247,7 @@
 
 There are several other useful resources that can be found via:
 
-L<http://www.parrotcode.org/resources>
+L<http://www.parrot.org/parrot/wiki/WhereIsIt>
 
 =over 4
 

Modified: trunk/docs/intro.pod
==============================================================================
--- trunk/docs/intro.pod	Sat Jan 31 12:32:05 2009	(r36192)
+++ trunk/docs/intro.pod	Sat Jan 31 12:50:29 2009	(r36193)
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2005, The Perl Foundation.
+# Copyright (C) 2001-2009, The Perl Foundation.
 # $Id$
 
 =head1 NAME
@@ -116,13 +116,13 @@
 
 =head2 Where to get Parrot
 
-Periodically, numbered releases will appear on CPAN.  At this stage of the
+Every month, numbered releases will appear on CPAN.  At this stage of the
 project, an awful lot is changing between releases. You can get a copy of the
 latest Parrot from the SVN repository. This is done as follows:
 
   svn co https://svn.parrot.org/parrot/trunk parrot
 
-You can find more instructions at: L<http://www.parrotcode.org/source.html>
+You can find more instructions at: L<http://www.parrot.org/download>.
 
 =head2 Building Parrot
 

Modified: trunk/docs/parrot.pod
==============================================================================
--- trunk/docs/parrot.pod	Sat Jan 31 12:32:05 2009	(r36192)
+++ trunk/docs/parrot.pod	Sat Jan 31 12:50:29 2009	(r36193)
@@ -157,7 +157,7 @@
 
 =over 4
 
-=item * L<http://www.parrotcode.org/>
+=item * L<http://www.parrot.org/>
 
 =item * L<http://dev.perl.org/>
 

Modified: trunk/editor/pir-mode.el
==============================================================================
--- trunk/editor/pir-mode.el	Sat Jan 31 12:32:05 2009	(r36192)
+++ trunk/editor/pir-mode.el	Sat Jan 31 12:50:29 2009	(r36193)
@@ -390,7 +390,7 @@
 compilers (and certainly humans) should code in PIR and let Parrot
 handle register allocation and all that good stuff.
 
-To find out more, hie thee to `http://www.parrotcode.org/'.
+To find out more, hie thee to `http://www.parrot.org/'.
 
 Type \\[list-abbrevs] to display the built in abbrevs for PIR
 keywords. (When I've set them up.)

Modified: trunk/languages/dotnet/doc/building.pod
==============================================================================
--- trunk/languages/dotnet/doc/building.pod	Sat Jan 31 12:32:05 2009	(r36192)
+++ trunk/languages/dotnet/doc/building.pod	Sat Jan 31 12:50:29 2009	(r36193)
@@ -16,7 +16,7 @@
 
 =item * A built Parrot source tree. The Parrot source, available from SVN as
 well as a number of release builds, can be located at the Parrot webstie
-(L<http://www.parrotcode.org/>.
+(L<http://www.parrot.org/>.
 
 =item * For running the regression tests and translating any vaguely real
 world programs (as in, ones that use the .NET class library), Mono

Modified: trunk/languages/pipp/docs/pipp.pod
==============================================================================
--- trunk/languages/pipp/docs/pipp.pod	Sat Jan 31 12:32:05 2009	(r36192)
+++ trunk/languages/pipp/docs/pipp.pod	Sat Jan 31 12:50:29 2009	(r36193)
@@ -69,8 +69,6 @@
 
 =item L<http://en.wikipedia.org/wiki/Plum-headed_parakeet>
 
-=item L<http://www.parrotcode.org/docs/compiler_tools.html>
-
 =back
 
 =cut


More information about the parrot-commits mailing list