Hi,
I was searching for documentation on subversion from google and landed on
this page but discovered the URLs were broken. So here's a patch.
(I'm not subscribed to the mailing list.)
Regards,
Andrew

[[[
Corrected URLs within webdav-usage.html

* subversion\notes\http-and-webdav\webdav-usage.html
Corrected URLs to point to Apache instead of Tigris servers
]]]
Index: webdav-usage.html
===================================================================
--- webdav-usage.html   (revision 1021939)
+++ webdav-usage.html   (working copy)
@@ -19,7 +19,7 @@
 
     <p>
       This document details how WebDAV is used within the
-      <a href="http://subversion.tigris.org/";>Subversion
+      <a href="http://subversion.apache.org/";>Subversion
       product</a>. Specifically, how the client side interfaces with
       <a href="http://www.webdav.org/neon/";>Neon</a> to generate
       WebDAV requests over the wire, and what the
@@ -31,7 +31,7 @@
     </p>
     <p>
       This document heavily refers to the
-      <a 
href="http://subversion.tigris.org/files/documents/15/17/svn-design.html";>Subversion
+      <a 
href="http://svn.apache.org/repos/asf/subversion/trunk/notes/subversion-design.html";>Subversion
        design document</a> and the
       <a href="http://www.webdav.org/deltav/";>latest Delta-V protocol
        draft</a>. Details of those documents will <em>not</em> be

Reply via email to