From 8e7fe7763281f77ef3cedb038cd40d3d93fde3b0 Mon Sep 17 00:00:00 2001 From: Sebastian Bazley Date: Sun, 19 Sep 2010 11:46:39 +0000 Subject: [PATCH] Fix typos in links git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@998632 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/apt/index.apt | 2 +- src/site/apt/quickstart.apt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt index b5d614afb..32fc9058b 100644 --- a/src/site/apt/index.apt +++ b/src/site/apt/index.apt @@ -47,7 +47,7 @@ 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}} diff --git a/src/site/apt/quickstart.apt b/src/site/apt/quickstart.apt index ad1d28f3f..2efdcbbc3 100644 --- a/src/site/apt/quickstart.apt +++ b/src/site/apt/quickstart.apt @@ -50,8 +50,8 @@ 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. + [[2]] Take a look at the HttpClient tutorial shipped with the release package or available + {{{./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}}.