Author: breser
Date: Tue Jan 8 16:55:05 2013
New Revision: 1430384
URL: http://svn.apache.org/viewvc?rev=1430384&view=rev
Log:
Improve some additional links in our community guide.
* publis/docs/community-guide/general.part.html
(code-to-read): Change links to APR's documentation like the SVN links.
(directory-layout): Add link to packages directory entry.
Patch by: Gabriela Gibson <gabriela.gibson{_AT_}gmail.com>
(adjusted by me to apply after r1430275 committed part of this and removed
an extra traililng slash on the packages link).
Modified:
subversion/site/publish/docs/community-guide/general.part.html
Modified: subversion/site/publish/docs/community-guide/general.part.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/general.part.html?rev=1430384&r1=1430383&r2=1430384&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/general.part.html (original)
+++ subversion/site/publish/docs/community-guide/general.part.html Tue Jan 8
16:55:05 2013
@@ -240,18 +240,18 @@ in APR (look in 'apr/include/'):</p>
<ul>
<li><p>memory pools:
<a href=
-"http://svn.apache.org/repos/asf/apr/apr/branches/1.5.x/include/apr_pools.h">
+"http://apr.apache.org/docs/apr/1.4/apr__pools_8h.html">
apr_pools.h</a></p></li>
<li><p>filesystem access:
<a href=
-"http://svn.apache.org/repos/asf/apr/apr/branches/1.5.x/include/apr_file_io.h">
+"http://apr.apache.org/docs/apr/1.4/apr__file__io_8h.html">
apr_file_io.h</a></p></li>
<li><p>hashes and arrays:
<a href=
-"http://svn.apache.org/repos/asf/apr/apr/branches/1.5.x/include/apr_hash.h">
+"http://apr.apache.org/docs/apr/1.4/apr__hash_8h.html">
apr_hash.h</a>,
<a href=
-"http://svn.apache.org/repos/asf/apr/apr/branches/1.5.x/include/apr_tables.h">
+"http://apr.apache.org/docs/apr/1.4/apr__tables_8h.html">
apr_tables.h</a>
</p></li>
</ul>
@@ -306,7 +306,10 @@ to ask for review on the developer maili
than Subversion itself.</p>
</li>
-<li><p><tt>packages/</tt><br />
+<li><p><tt><a
+ href="https://svn.apache.org/repos/asf/subversion/trunk/packages/">
+packages/</a></tt><br />
+
Stuff to help packaging systems, like rpm and dpkg.</p>
</li>