Skip to content

Commit

Permalink
Fix relative links to work in all versions of Doxia
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Sep 19, 2010
1 parent 1259e62 commit b3cee75
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions httpclient/src/site/apt/index.apt
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ HttpClient
HTTP client built on top of
{{{/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}}
8 changes: 4 additions & 4 deletions httpmime/src/site/apt/index.apt
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ HttpClient
library with some HTTP specific functionality and integrates it with the
HttpComponents framework.

{{{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}}
4 changes: 2 additions & 2 deletions src/site/apt/index.apt
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
6 changes: 3 additions & 3 deletions src/site/apt/quickstart.apt
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ HttpClient Quick Start
[]

[[2]] Take a look at the HttpClient tutorial shipped with the release package or available
{{{tutorial.html/}online}} to learn the HttpClient API.
{{{./tutorial.html/}online}} to learn the 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}}

0 comments on commit b3cee75

Please sign in to comment.