]> granicus.if.org Git - apache/commitdiff
Fix broken link to sed docs. via Daniel Gruno <rumble AT cord DOT dk>
authorRich Bowen <rbowen@apache.org>
Fri, 9 Mar 2012 19:55:11 +0000 (19:55 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 9 Mar 2012 19:55:11 +0000 (19:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1299011 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_sed.xml

index b414589685cdb643ff739fdb5e41d3e3b61ecef1..70e8a48a934ec12351f63f11d57403af318e0f4a 100644 (file)
@@ -33,7 +33,7 @@
 <p>
 <module>mod_sed</module> is an in-process content filter. The <module>mod_sed</module> filter implements the <code>sed</code> editing
 commands implemented by the Solaris 10 <code>sed</code>
-program as described in the <a href="http://docs.sun.com/app/docs/doc/816-5165/sed-1b?a=view">manual
+program as described in the <a href="http://www.gnu.org/software/sed/manual/sed.txt">manual
 page</a>. However, unlike <code>sed</code>, <module>mod_sed</module> doesn't take data from
 standard
 input. Instead, the filter acts on the entity data sent between client and
@@ -55,7 +55,7 @@ Both the input and output filters only process the data if newline characters ar
 
 <p>A tutorial article on <module>mod_sed</module>, and why it is more powerful than simple
 string or regular expression search and replace, is available <a
-href="http://blogs.sun.com/basant/entry/using_mod_sed_to_filter">on
+href="https://blogs.oracle.com/basant/entry/using_mod_sed_to_filter">on
 the author's blog</a>.</p>
 
 </summary>