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:
parent
146d83a920
commit
25071e091c
|
@ -32,11 +32,11 @@ HttpClient Cache
|
||||||
|
|
||||||
This module provides support for HTTP/1.1 response caching.
|
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}}
|
||||||
|
|
||||||
|
|
|
@ -33,12 +33,12 @@ HttpClient
|
||||||
This module is a full-featured,
|
This module is a full-featured,
|
||||||
{{{http://www.ietf.org/rfc/rfc2616.txt}RFC 2616}} compliant
|
{{{http://www.ietf.org/rfc/rfc2616.txt}RFC 2616}} compliant
|
||||||
HTTP client built on top of
|
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}}
|
||||||
|
|
|
@ -32,11 +32,11 @@ HttpMime
|
||||||
|
|
||||||
This module provides support for MIME multipart encoded entities.
|
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}}
|
||||||
|
|
||||||
|
|
|
@ -47,9 +47,9 @@ HttpClient Overview
|
||||||
|
|
||||||
{Documentation}
|
{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}
|
{Features}
|
||||||
|
|
||||||
|
|
|
@ -51,11 +51,11 @@ HttpClient Quick Start
|
||||||
[]
|
[]
|
||||||
|
|
||||||
[[2]] Take a look at the HttpClient tutorial shipped with the release package or avaialble
|
[[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
|
[[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
|
[[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
|
renderer and a JavaScript engine. To learn more about the scope of HttpClient please refer to
|
||||||
{{{primer.html}HttpClient Primer}}
|
{{{./primer.html}HttpClient Primer}}
|
Loading…
Reference in New Issue