Disambiguate local links so they work with the Doxia 1.1 (which is current for Maven 2.1.0)

(whilst still remaining compatible with the previous Doxia release)

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@954679 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2010-06-15 00:15:49 +00:00
parent 146d83a920
commit 25071e091c
5 changed files with 18 additions and 18 deletions

View File

@ -32,11 +32,11 @@ HttpClient Cache
This module provides support for HTTP/1.1 response caching.
{{{apidocs/index.html}Javadocs}}
{{{./apidocs/index.html}Javadocs}}
{{{xref/index.html}Project sources}}
{{{./xref/index.html}Project sources}}
{{{dependencies.html}Dependencies}}
{{{./dependencies.html}Dependencies}}
{{{issue-tracking.html}Issue Tracking}}
{{{./issue-tracking.html}Issue Tracking}}

View File

@ -33,12 +33,12 @@ HttpClient
This module is a full-featured,
{{{http://www.ietf.org/rfc/rfc2616.txt}RFC 2616}} compliant
HTTP client built on top of
{{{/httpcomponents/httpcomponents-core/index.html}HttpCore}}
{{{./httpcomponents/httpcomponents-core/index.html}HttpCore}}
{{{apidocs/index.html}Javadocs}}
{{{./apidocs/index.html}Javadocs}}
{{{xref/index.html}Project sources}}
{{{./xref/index.html}Project sources}}
{{{dependencies.html}Dependencies}}
{{{./dependencies.html}Dependencies}}
{{{issue-tracking.html}Issue Tracking}}
{{{./issue-tracking.html}Issue Tracking}}

View File

@ -32,11 +32,11 @@ HttpMime
This module provides support for MIME multipart encoded entities.
{{{apidocs/index.html}Javadocs}}
{{{./apidocs/index.html}Javadocs}}
{{{xref/index.html}Project sources}}
{{{./xref/index.html}Project sources}}
{{{dependencies.html}Dependencies}}
{{{./dependencies.html}Dependencies}}
{{{issue-tracking.html}Issue Tracking}}
{{{./issue-tracking.html}Issue Tracking}}

View File

@ -47,9 +47,9 @@ HttpClient Overview
{Documentation}
* HttpClient Tutorial ( {{{tutorial/html}HTML}} / {{{tutorial/pdf/httpclient-tutorial.pdf}PDF}} )
* HttpClient Tutorial ( {{{./tutorial/html}HTML}} / {{{./tutorial/pdf/httpclient-tutorial.pdf}PDF}} )
* Some examples of HttpClient in action can be found {{{examples.html}here}}
* Some examples of HttpClient in action can be found {{{./examples.html}here}}
{Features}

View File

@ -51,11 +51,11 @@ HttpClient Quick Start
[]
[[2]] Take a look at the HttpClient tutorial shipped with the release package or avaialble
{{{tutorial/html/}online}} to learn HttpClient API.
{{{./tutorial/html/}online}} to learn HttpClient API.
[[3]] Another good way of getting started with HttpClient is by seeing it in action. Take
a look at the samples shipped with the release package or available {{{examples.html}online}}.
a look at the samples shipped with the release package or available {{{./examples.html}online}}.
[[4]] Please note that HttpClient is not a browser. Importantly it lacks UI, cache, HTML
renderer and a JavaScript engine. To learn more about the scope of HttpClient please refer to
{{{primer.html}HttpClient Primer}}
{{{./primer.html}HttpClient Primer}}