summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2010-12-17 14:11:38 +0000
committerRich Bowen <rbowen@apache.org>2010-12-17 14:11:38 +0000
commited0fad063f41043f58def416f101688c79c5dbc6 (patch)
tree72c5d8e5f86a2d345cf7c56bb6f1b4c0f0d3bf99
parent2fec3e2f8bedd1e4cbc390553e207b26013437be (diff)
downloadhttpd-ed0fad063f41043f58def416f101688c79c5dbc6.tar.gz
Replace example URLs with example.com domain.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@1050394 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--htdocs/manual/mod/mod_asis.html.en4
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/manual/mod/mod_asis.html.en b/htdocs/manual/mod/mod_asis.html.en
index c71ec725c1..090cbf3b7b 100644
--- a/htdocs/manual/mod/mod_asis.html.en
+++ b/htdocs/manual/mod/mod_asis.html.en
@@ -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 />