You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2009/02/25 12:20:51 UTC

svn commit: r747750 - /httpcomponents/project/src/site/apt/user-docs.apt

Author: olegk
Date: Wed Feb 25 11:20:51 2009
New Revision: 747750

URL: http://svn.apache.org/viewvc?rev=747750&view=rev
Log:
Minor tweaks

Modified:
    httpcomponents/project/src/site/apt/user-docs.apt

Modified: httpcomponents/project/src/site/apt/user-docs.apt
URL: http://svn.apache.org/viewvc/httpcomponents/project/src/site/apt/user-docs.apt?rev=747750&r1=747749&r2=747750&view=diff
==============================================================================
--- httpcomponents/project/src/site/apt/user-docs.apt (original)
+++ httpcomponents/project/src/site/apt/user-docs.apt Wed Feb 25 11:20:51 2009
@@ -80,7 +80,7 @@
 
 * Official tutorials and guides
 
-    * {{{httpcomponents-core/tutorial/html/}HttpCore tutorial}}
+    * {{{httpcomponents-core/tutorial/html/}HttpCore tutorial}} - 
     Detailed HttpCore API tutorail.
 
     * {{{httpcomponents-client/ntlm.html}NTLM support}} -
@@ -96,7 +96,7 @@
     
     * {{{httpcomponents-client/httpmime/apidocs/index.html}HttpMime API}}
 
-* Example Code:
+* Example Code
 
     * {{{http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/examples/org/apache/http/examples/}
        HttpCore}}
@@ -112,7 +112,7 @@
        
     Example code is meant to help you understand the API. It is also shipped with releases.
   
-* Code contributions:
+* Code contributions
 
     * {{{http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/contrib/src/main/java/org/apache/http/contrib/}
        HttpCore}}