--- rawurlencode.xml	16 Jul 2003 17:23:13 -0000	1.6
+++ rawurlencode.xml	2 Dec 2003 13:50:01 -0000
@@ -29,7 +29,7 @@
 <![CDATA[
 <?php
 echo '<a href="ftp://user:', rawurlencode('foo @+%/'),
-     '@ftp.my.com/x.txt">';
+     '@ftp.example.com/x.txt">';
 ?>
 ]]>
       </programlisting>
@@ -44,7 +44,7 @@
       <programlisting role="php">
 <![CDATA[
 <?php
-echo '<a href="http://x.com/department_list_script/',
+echo '<a href="http://example.com/department_list_script/',
     rawurlencode('sales and marketing/Miami'), '">';
 ?>
 ]]>
