Fixed HttpCore 4.x and HttpClient 4.x tutorial links
diff --git a/src/site/markdown/httpcomponents-client-4.5.x/index.md b/src/site/markdown/httpcomponents-client-4.5.x/index.md
index 40a89ce..1fba6da 100644
--- a/src/site/markdown/httpcomponents-client-4.5.x/index.md
+++ b/src/site/markdown/httpcomponents-client-4.5.x/index.md
@@ -36,7 +36,7 @@
 -------------
 
 1. [Quick Start](quickstart.md) - contains a simple, complete example of an HTTP GET and POST with parameters.
-1. HttpClient [Tutorial](./current/tutorial/html/) ([PDF](./tutorial/pdf/httpcore-tutorial.pdf))
+1. HttpClient [Tutorial](./current/tutorial/html/) ([PDF](./current/tutorial/pdf/httpclient-tutorial.pdf))
 1. [HttpClient Examples](examples.md) - a set of examples demonstrating some of the more complex use scenarios.
 1. [HttpClient Primer](./primer.html) - explains the scope of HttpClient. Note that HttpClient is not a browser. It
    lacks the UI, HTML renderer and a JavaScript engine that a browser will possess.
diff --git a/src/site/markdown/httpcomponents-client-4.5.x/quickstart.md b/src/site/markdown/httpcomponents-client-4.5.x/quickstart.md
index f560e06..871b4a5 100644
--- a/src/site/markdown/httpcomponents-client-4.5.x/quickstart.md
+++ b/src/site/markdown/httpcomponents-client-4.5.x/quickstart.md
@@ -90,7 +90,7 @@
 - [HttpClient Tutorial](./current/tutorial/html/) - gives a detailed examination of the HttpClient API, which was
   written in close accordance with the (sometimes not very intuitive)
   HTTP specification/standard. A copy is also shipped with the release.  
-  [A PDF version](./current/tutorial/pdf/httpclient-tutorial.pdf) is also available
+  A [PDF version](./current/tutorial/pdf/httpclient-tutorial.pdf) is also available.
 
 - [HttpClient Primer](./primer.html) - explains the scope of HttpClient. Note that HttpClient is not a browser. It lacks
   the UI, HTML renderer and a JavaScript engine that a browser will possess.   
diff --git a/src/site/markdown/httpcomponents-core-4.4.x/index.md b/src/site/markdown/httpcomponents-core-4.4.x/index.md
index 2c1100a..834ceb2 100644
--- a/src/site/markdown/httpcomponents-core-4.4.x/index.md
+++ b/src/site/markdown/httpcomponents-core-4.4.x/index.md
@@ -27,7 +27,7 @@
 Documentation
 -------------
 
-1. HttpCore [Tutorial](./current/tutorial/html/) ([PDF](./tutorial/pdf/httpcore-tutorial.pdf))
+1. HttpCore [Tutorial](./current/tutorial/html/) ([PDF](./current/tutorial/pdf/httpcore-tutorial.pdf))
 1. Examples of HttpCore components in action can be found [here](examples.md)
 1. Javadocs
     - [HttpCore](./current/httpcore/apidocs/)