tutorial.html => tutorial/html/index.html

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@999878 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2010-09-22 11:27:46 +00:00
parent 1d72032aba
commit 43d6095b81
3 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ HttpClient Overview
{Documentation} {Documentation}
* HttpClient Tutorial ( {{{./tutorial.html}HTML}} / {{{./tutorial/pdf/httpclient-tutorial.pdf}PDF}} ) * HttpClient Tutorial ( {{{./tutorial/html/index.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}}

View File

@ -51,7 +51,7 @@ HttpClient Quick Start
[] []
[[2]] Take a look at the HttpClient tutorial shipped with the release package or available [[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/index.html}online}} to learn the 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}}.

View File

@ -48,7 +48,7 @@
<item name="Quick Start" href="quickstart.html"/> <item name="Quick Start" href="quickstart.html"/>
</menu> </menu>
<menu name="Documentation"> <menu name="Documentation">
<item name="Tutorial" href="tutorial/html/"/> <item name="Tutorial" href="tutorial/html/index.html"/>
<item name="Examples" href="examples.html"/> <item name="Examples" href="examples.html"/>
<item name="Client HTTP Programming Primer" href="primer.html"/> <item name="Client HTTP Programming Primer" href="primer.html"/>
<item name="NTLM support" href="ntlm.html"/> <item name="NTLM support" href="ntlm.html"/>