Author: infinoid Date: Mon Dec 8 06:56:41 2008 New Revision: 33653 Modified: trunk/docs/book/ch01_overview.pod trunk/examples/nci/QtHelloWorld.pasm
Log: [doc] Apply documentation patch from jimmy++ (trac #20). Modified: trunk/docs/book/ch01_overview.pod ============================================================================== --- trunk/docs/book/ch01_overview.pod (original) +++ trunk/docs/book/ch01_overview.pod Mon Dec 8 06:56:41 2008 @@ -253,7 +253,7 @@ Last, but not least, is the glue that holds the project together. BjE<oslash>rn Hansen and Robert Spier manage the email, revision control, and bug-tracking systems, as well as the web sites for Parrot, -U<http://www.parrot.org> and now U<http://www.parrot.org>. Without +U<http://www.parrotcode.org> and now U<http://www.parrot.org>. Without these systems, the project would grind to a screeching halt. In the end, it is the developers themselves who hold the project @@ -285,7 +285,7 @@ =over 4 -=item * U<http://www.parrotcode.org> +=item * U<http://www.parrot.org> =item * U<http://dev.perl.org/perl6> Modified: trunk/examples/nci/QtHelloWorld.pasm ============================================================================== --- trunk/examples/nci/QtHelloWorld.pasm (original) +++ trunk/examples/nci/QtHelloWorld.pasm Mon Dec 8 06:56:41 2008 @@ -11,7 +11,7 @@ =head1 DESCRIPTION -Sample "Hello World" with Qt, via Parrot Native Call API (nci). See +Sample "Hello World" with Qt, via Parrot Native Call Interface (nci). See F<docs/pdds/pdd03_calling_conventions.pod>. Qt is a multiplatform C++ GUI application framework
