You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2002/06/07 03:43:52 UTC

cvs commit: httpd-2.0/docs/manual handler.html.en

slive       2002/06/06 18:43:52

  Modified:    docs/manual handler.html.en
  Log:
  Broken link.
  
  PR: 9446
  
  Revision  Changes    Path
  1.24      +1 -1      httpd-2.0/docs/manual/handler.html.en
  
  Index: handler.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/handler.html.en,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -d -b -u -r1.23 -r1.24
  --- handler.html.en	22 Sep 2001 18:53:20 -0000	1.23
  +++ handler.html.en	7 Jun 2002 01:43:52 -0000	1.24
  @@ -139,7 +139,7 @@
       Note</a></h2>
   
       <p>In order to implement the handler features, an addition has
  -    been made to the <a href="misc/API.html">Apache API</a> that
  +    been made to the <a href="developer/API.html">Apache API</a> that
       you may wish to make use of. Specifically, a new record has
       been added to the <code>request_rec</code> structure:</p>
   <pre>