Author: rhuijben
Date: Sun Dec  8 20:16:37 2013
New Revision: 1549203

URL: http://svn.apache.org/r1549203
Log:
* publish/docs/community-guide/conventions.part.html
  Fix a few dead links to our C documentation, and point to the dirent api as
  the svn_path equivalents have been deprecated since at least 1.7.

Modified:
    subversion/site/publish/docs/community-guide/conventions.part.html

Modified: subversion/site/publish/docs/community-guide/conventions.part.html
URL: 
http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/conventions.part.html?rev=1549203&r1=1549202&r2=1549203&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/conventions.part.html 
(original)
+++ subversion/site/publish/docs/community-guide/conventions.part.html Sun Dec  
8 20:16:37 2013
@@ -152,10 +152,10 @@ as you might think, and if you'd like to
 
 <li><p>When including path or filenames in the error string, be sure
      to convert them using <a
-     href="http://svn.collab.net/svn-doxygen/svn__path_8h.html#a1";
-     ><tt>svn_path_local_style()</tt></a> before inclusion (since
+     
href="http://subversion.apache.org/docs/api/latest/svn__dirent__uri_8h.html#ace26b3b96a2cb6e56fed9a7a288d2b20";
+     ><tt>svn_dirent_local_style()</tt></a> before inclusion (since
      paths passed to and from Subversion APIs are assumed to be
-     in <a href="http://svn.collab.net/svn-doxygen/svn__path_8h.html#a0";
+     in <a 
href="http://subversion.apache.org/docs/api/latest/svn__dirent__uri_8h.html#details";
      >canonical form</a>).</p></li>
 
 <li><p>Don't use Subversion-specific abbreviations (e.g. use "repository"
@@ -686,14 +686,16 @@ conventions:</p>
 
 <ul>
 <li><p>When using a path or file name as input to most <a
-     href="http://svn.collab.net/svn-doxygen/";>Subversion APIs</a>, be
-     sure to convert them to Subversion's internal/canonical form
-     using the <a href="http://svn.collab.net/svn-doxygen/svn__path_8h.html#a0";
-     ><tt>svn_path_internal_style()</tt></a> API.  Alternately, when
+     href="http://subversion.apache.org/docs/api/latest/";>Subversion APIs</a>,
+     be sure to convert them to Subversion's internal/canonical form
+     using the <a
+     
href="http://subversion.apache.org/docs/api/latest/svn__dirent__uri_8h.html#a675354133cf6e25d3e1cbe6a0f7069e9";
+     ><tt>svn_dirent_internal_style()</tt></a> API.  Alternately, when
      receiving a path or file name as output from a Subversion API,
      convert them into the expected form for your platform using the 
-     <a href="http://svn.collab.net/svn-doxygen/svn__path_8h.html#a1";
-     ><tt>svn_path_local_style()</tt></a> API.</p></li>
+     <a
+     
href="http://subversion.apache.org/docs/api/latest/svn__dirent__uri_8h.html#ace26b3b96a2cb6e56fed9a7a288d2b20";
+     ><tt>svn_dirent_local_style()</tt></a> API.</p></li>
 
 <li><p>Use only spaces for indenting code, never tabs.  Tab display
       width is not standardized enough, and anyway it's easier to


Reply via email to