]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Replace example URLs with example.com domain.
authorRich Bowen <rbowen@apache.org>
Fri, 17 Dec 2010 14:11:38 +0000 (14:11 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 17 Dec 2010 14:11:38 +0000 (14:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@1050394 13f79535-47bb-0310-9956-ffa450edef68

htdocs/manual/mod/mod_asis.html.en

index c71ec725c171ce97b901b4523bd35ea0951b3f21..090cbf3b7be5527f8bfee38112b2f7fdf510ca2a 100644 (file)
@@ -64,7 +64,7 @@
 
     <blockquote>
       <code>Status: 301 Now where did I leave that URL<br />
-       Location: http://xyz.abc.com/foo/bar.html<br />
+       Location: http://xyz.example.com/foo/bar.html<br />
        Content-type: text/html<br />
       <br />
        &lt;HTML&gt;<br />
@@ -75,7 +75,7 @@
        &lt;H1&gt;Fred's exceptionally wonderful page has moved
       to<br />
        &lt;A
-      HREF="http://xyz.abc.com/foo/bar.html"&gt;Joe's&lt;/A&gt;
+      HREF="http://xyz.example.com/foo/bar.html"&gt;Joe's&lt;/A&gt;
       site.<br />
        &lt;/H1&gt;<br />
        &lt;/BODY&gt;<br />