You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2012/03/09 20:57:55 UTC

svn commit: r1299013 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_sed.xml

Author: rbowen
Date: Fri Mar  9 19:57:55 2012
New Revision: 1299013

URL: http://svn.apache.org/viewvc?rev=1299013&view=rev
Log:
Fix broken link to sed docs. via Daniel Gruno <rumble AT cord DOT dk>

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_sed.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_sed.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_sed.xml?rev=1299013&r1=1299012&r2=1299013&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_sed.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_sed.xml Fri Mar  9 19:57:55 2012
@@ -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 p
 
 <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>