Updated the list of specifications (RFCs) HttpCore and HttpClient conform to; updated RFC links
diff --git a/src/site/apt/httpcomponents-client-4.5.x/index.apt b/src/site/apt/httpcomponents-client-4.5.x/index.apt
index e9c5544..25375d1 100644
--- a/src/site/apt/httpcomponents-client-4.5.x/index.apt
+++ b/src/site/apt/httpcomponents-client-4.5.x/index.apt
@@ -123,12 +123,14 @@
     HttpClient strives to conform to the following specifications endorsed by the Internet 
     Engineering Task Force (IETF) and the internet at large:
 
-    * {{{http://www.ietf.org/rfc/rfc1945.txt}RFC 1945}} Hypertext Transfer Protocol -- HTTP/1.0
+    * {{{http://tools.ietf.org/html/rfc1945}RFC 1945}} - Hypertext Transfer Protocol -- HTTP/1.0
 
-    * {{{http://www.ietf.org/rfc/rfc2616.txt}RFC 2616}} Hypertext Transfer Protocol -- HTTP/1.1
+    * {{{http://tools.ietf.org/html/rfc2616}RFC 2616}} - Hypertext Transfer Protocol -- HTTP/1.1
     
-    * {{{http://www.ietf.org/rfc/rfc2617.txt}RFC 2617}} HTTP Authentication: Basic and Digest Access 
+    * {{{http://tools.ietf.org/html/rfc2617}RFC 2617}} - HTTP Authentication: Basic and Digest Access
       Authentication
 
-    * {{{http://tools.ietf.org/html/rfc6265}RFC 6265}} HTTP State Management Mechanism (Cookies)
+    * {{{http://tools.ietf.org/html/rfc2396}RFC 2396}} - Uniform Resource Identifiers (URI): Generic Syntax
+
+    * {{{http://tools.ietf.org/html/rfc6265}RFC 6265}} - HTTP State Management Mechanism (Cookies)
 
diff --git a/src/site/apt/httpcomponents-client-5.0.x/index.apt b/src/site/apt/httpcomponents-client-5.0.x/index.apt
index bfdc4a2..8f87ffc 100644
--- a/src/site/apt/httpcomponents-client-5.0.x/index.apt
+++ b/src/site/apt/httpcomponents-client-5.0.x/index.apt
@@ -124,5 +124,7 @@
     
     * {{{http://tools.ietf.org/html/rfc2818}RFC 2818}} - HTTP Over TLS
     
-    * {{{http://tools.ietf.org/html/rfc6265}RFC 6265}} HTTP State Management Mechanism (Cookies)
+    * {{{http://tools.ietf.org/html/rfc6265}RFC 6265}} - HTTP State Management Mechanism (Cookies)
+
+    * {{{http://tools.ietf.org/html/rfc2396}RFC 2396}} - Uniform Resource Identifiers (URI): Generic Syntax
 
diff --git a/src/site/apt/httpcomponents-core-4.4.x/index.apt b/src/site/apt/httpcomponents-core-4.4.x/index.apt
index e927306..a39ce8c 100644
--- a/src/site/apt/httpcomponents-core-4.4.x/index.apt
+++ b/src/site/apt/httpcomponents-core-4.4.x/index.apt
@@ -52,7 +52,6 @@
     HttpCore components strive to conform to the following specifications endorsed by the Internet 
     Engineering Task Force (IETF) and the internet at large:
 
-    * {{{http://www.ietf.org/rfc/rfc1945.txt}RFC 1945}} - Hypertext Transfer Protocol -- HTTP/1.0
+    * {{{http://tools.ietf.org/html/rfc1945}RFC 1945}} - Hypertext Transfer Protocol -- HTTP/1.0
 
-    * {{{http://www.ietf.org/rfc/rfc2616.txt}RFC 2616}} - Hypertext Transfer Protocol -- HTTP/1.1
-    
+    * {{{http://tools.ietf.org/html/rfc2616}RFC 2616}} - Hypertext Transfer Protocol -- HTTP/1.1
diff --git a/src/site/apt/httpcomponents-core-5.0.x/index.apt b/src/site/apt/httpcomponents-core-5.0.x/index.apt
index 04fd717..3bf0b44 100644
--- a/src/site/apt/httpcomponents-core-5.0.x/index.apt
+++ b/src/site/apt/httpcomponents-core-5.0.x/index.apt
@@ -54,16 +54,18 @@
     HttpCore components strive to conform to the following specifications endorsed by the Internet 
     Engineering Task Force (IETF) and the internet at large:
 
-    * {{{https://tools.ietf.org/html/rfc7540}RFC 7540}} - Hypertext Transfer Protocol Version 2 
+    * {{{http://tools.ietf.org/html/rfc7540}RFC 7540}} - Hypertext Transfer Protocol Version 2
     (HTTP/2)
 
-    * {{{https://tools.ietf.org/html/rfc7541}RFC 7541}} - HPACK: Header Compression for HTTP/2
+    * {{{http://tools.ietf.org/html/rfc7541}RFC 7541}} - HPACK: Header Compression for HTTP/2
 
-    * {{{https://tools.ietf.org/html/rfc7230}RFC 7230}} - Hypertext Transfer Protocol (HTTP/1.1): 
+    * {{{http://tools.ietf.org/html/rfc7230}RFC 7230}} - Hypertext Transfer Protocol (HTTP/1.1):
     Message Syntax and Routing
 
-    * {{{https://tools.ietf.org/html/rfc7231}RFC 7231}} - Hypertext Transfer Protocol (HTTP/1.1): 
+    * {{{http://tools.ietf.org/html/rfc7231}RFC 7231}} - Hypertext Transfer Protocol (HTTP/1.1):
     Semantics and Content
 
-    * {{{https://tools.ietf.org/html/rfc1945}RFC 1945}} - Hypertext Transfer Protocol -- HTTP/1.0
+    * {{{http://tools.ietf.org/html/rfc1945}RFC 1945}} - Hypertext Transfer Protocol -- HTTP/1.0
+
+    * {{{http://tools.ietf.org/html/rfc2396}RFC 2396}} - Uniform Resource Identifiers (URI): Generic Syntax