You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2021/09/30 13:09:24 UTC

[httpcomponents-website] 02/02: Updated URL references of RFC documents

This is an automated email from the ASF dual-hosted git repository.

olegk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-website.git

commit ed817f4af4de74c1558b07d738c375754c9411bd
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Thu Sep 30 15:07:43 2021 +0200

    Updated URL references of RFC documents
---
 src/site/markdown/httpcomponents-client-4.5.x/index.md | 10 +++++-----
 src/site/markdown/httpcomponents-client-5.1.x/index.md | 18 +++++++++---------
 src/site/markdown/httpcomponents-client-5.2.x/index.md | 18 +++++++++---------
 src/site/markdown/httpcomponents-core-4.4.x/index.md   |  4 ++--
 src/site/markdown/httpcomponents-core-5.1.x/index.md   | 12 ++++++------
 src/site/markdown/httpcomponents-core-5.2.x/index.md   | 12 ++++++------
 6 files changed, 37 insertions(+), 37 deletions(-)

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 1fba6da..406d3d3 100644
--- a/src/site/markdown/httpcomponents-client-4.5.x/index.md
+++ b/src/site/markdown/httpcomponents-client-4.5.x/index.md
@@ -86,9 +86,9 @@ Standards Compliance
 HttpClient strives to conform to the following specifications endorsed by the Internet Engineering Task Force (IETF) and
 the internet at large:
 
-- [RFC 1945](http://tools.ietf.org/html/rfc1945) - Hypertext Transfer Protocol -- HTTP/1.0
-- [RFC 2616](http://tools.ietf.org/html/rfc2616) - Hypertext Transfer Protocol -- HTTP/1.1
-- [RFC 2617](http://tools.ietf.org/html/rfc2617) - HTTP Authentication: Basic and Digest Access Authentication
-- [RFC 2396](http://tools.ietf.org/html/rfc2396) - Uniform Resource Identifiers (URI): Generic Syntax
-- [RFC 6265](http://tools.ietf.org/html/rfc6265) - HTTP State Management Mechanism (Cookies)
+- [RFC 1945](https://datatracker.ietf.org/doc/html/rfc1945) - Hypertext Transfer Protocol -- HTTP/1.0
+- [RFC 2616](https://datatracker.ietf.org/doc/html/rfc2616) - Hypertext Transfer Protocol -- HTTP/1.1
+- [RFC 2617](https://datatracker.ietf.org/doc/html/rfc2617) - HTTP Authentication: Basic and Digest Access Authentication
+- [RFC 2396](https://datatracker.ietf.org/doc/html/rfc2396) - Uniform Resource Identifiers (URI): Generic Syntax
+- [RFC 6265](https://datatracker.ietf.org/doc/html/rfc6265) - HTTP State Management Mechanism (Cookies)
 
diff --git a/src/site/markdown/httpcomponents-client-5.1.x/index.md b/src/site/markdown/httpcomponents-client-5.1.x/index.md
index a6617df..1f68243 100644
--- a/src/site/markdown/httpcomponents-client-5.1.x/index.md
+++ b/src/site/markdown/httpcomponents-client-5.1.x/index.md
@@ -77,13 +77,13 @@ Standards Compliance
 HttpClient strives to conform to the following specifications endorsed by the Internet Engineering Task Force (IETF) and
 the internet at large:
 
-- [RFC 7540](http://tools.ietf.org/html/rfc7540) - Hypertext Transfer Protocol Version 2 (HTTP/2)
-- [RFC 7541](http://tools.ietf.org/html/rfc7541) - HPACK: Header Compression for HTTP/2
-- [RFC 7230](http://tools.ietf.org/html/rfc7230) - Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing
-- [RFC 7231](http://tools.ietf.org/html/rfc7231) - Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
-- [RFC 1945](http://tools.ietf.org/html/rfc1945) - Hypertext Transfer Protocol -- HTTP/1.0
-- [RFC 3986](http://tools.ietf.org/html/rfc3986) - Uniform Resource Identifier (URI): Generic Syntax
-- [RFC 2817](http://tools.ietf.org/html/rfc2817) - Upgrading to TLS Within HTTP/1.1
-- [RFC 2818](http://tools.ietf.org/html/rfc2818) - HTTP Over TLS
-- [RFC 6265](http://tools.ietf.org/html/rfc6265) - HTTP State Management Mechanism (Cookies)
+- [RFC 7540](https://datatracker.ietf.org/doc/html/rfc7540) - Hypertext Transfer Protocol Version 2 (HTTP/2)
+- [RFC 7541](https://datatracker.ietf.org/doc/html/rfc7541) - HPACK: Header Compression for HTTP/2
+- [RFC 7230](https://datatracker.ietf.org/doc/html/rfc7230) - Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing
+- [RFC 7231](https://datatracker.ietf.org/doc/html/rfc7231) - Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+- [RFC 1945](https://datatracker.ietf.org/doc/html/rfc1945) - Hypertext Transfer Protocol -- HTTP/1.0
+- [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986) - Uniform Resource Identifier (URI): Generic Syntax
+- [RFC 2817](https://datatracker.ietf.org/doc/html/rfc2817) - Upgrading to TLS Within HTTP/1.1
+- [RFC 2818](https://datatracker.ietf.org/doc/html/rfc2818) - HTTP Over TLS
+- [RFC 6265](https://datatracker.ietf.org/doc/html/rfc6265) - HTTP State Management Mechanism (Cookies)
 
diff --git a/src/site/markdown/httpcomponents-client-5.2.x/index.md b/src/site/markdown/httpcomponents-client-5.2.x/index.md
index a6617df..1f68243 100644
--- a/src/site/markdown/httpcomponents-client-5.2.x/index.md
+++ b/src/site/markdown/httpcomponents-client-5.2.x/index.md
@@ -77,13 +77,13 @@ Standards Compliance
 HttpClient strives to conform to the following specifications endorsed by the Internet Engineering Task Force (IETF) and
 the internet at large:
 
-- [RFC 7540](http://tools.ietf.org/html/rfc7540) - Hypertext Transfer Protocol Version 2 (HTTP/2)
-- [RFC 7541](http://tools.ietf.org/html/rfc7541) - HPACK: Header Compression for HTTP/2
-- [RFC 7230](http://tools.ietf.org/html/rfc7230) - Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing
-- [RFC 7231](http://tools.ietf.org/html/rfc7231) - Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
-- [RFC 1945](http://tools.ietf.org/html/rfc1945) - Hypertext Transfer Protocol -- HTTP/1.0
-- [RFC 3986](http://tools.ietf.org/html/rfc3986) - Uniform Resource Identifier (URI): Generic Syntax
-- [RFC 2817](http://tools.ietf.org/html/rfc2817) - Upgrading to TLS Within HTTP/1.1
-- [RFC 2818](http://tools.ietf.org/html/rfc2818) - HTTP Over TLS
-- [RFC 6265](http://tools.ietf.org/html/rfc6265) - HTTP State Management Mechanism (Cookies)
+- [RFC 7540](https://datatracker.ietf.org/doc/html/rfc7540) - Hypertext Transfer Protocol Version 2 (HTTP/2)
+- [RFC 7541](https://datatracker.ietf.org/doc/html/rfc7541) - HPACK: Header Compression for HTTP/2
+- [RFC 7230](https://datatracker.ietf.org/doc/html/rfc7230) - Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing
+- [RFC 7231](https://datatracker.ietf.org/doc/html/rfc7231) - Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+- [RFC 1945](https://datatracker.ietf.org/doc/html/rfc1945) - Hypertext Transfer Protocol -- HTTP/1.0
+- [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986) - Uniform Resource Identifier (URI): Generic Syntax
+- [RFC 2817](https://datatracker.ietf.org/doc/html/rfc2817) - Upgrading to TLS Within HTTP/1.1
+- [RFC 2818](https://datatracker.ietf.org/doc/html/rfc2818) - HTTP Over TLS
+- [RFC 6265](https://datatracker.ietf.org/doc/html/rfc6265) - HTTP State Management Mechanism (Cookies)
 
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 834ceb2..a631419 100644
--- a/src/site/markdown/httpcomponents-core-4.4.x/index.md
+++ b/src/site/markdown/httpcomponents-core-4.4.x/index.md
@@ -43,5 +43,5 @@ Standards Compliance
 HttpCore components strive to conform to the following specifications endorsed by the Internet Engineering Task Force
 (IETF) and the internet at large:
 
-- [RFC 1945](http://tools.ietf.org/html/rfc1945) - Hypertext Transfer Protocol -- HTTP/1.0
-- [RFC 2616](http://tools.ietf.org/html/rfc2616) - Hypertext Transfer Protocol -- HTTP/1.1
+- [RFC 1945](https://datatracker.ietf.org/doc/html/rfc1945) - Hypertext Transfer Protocol -- HTTP/1.0
+- [RFC 2616](https://datatracker.ietf.org/doc/html/rfc2616) - Hypertext Transfer Protocol -- HTTP/1.1
diff --git a/src/site/markdown/httpcomponents-core-5.1.x/index.md b/src/site/markdown/httpcomponents-core-5.1.x/index.md
index b7b8fce..5890cce 100644
--- a/src/site/markdown/httpcomponents-core-5.1.x/index.md
+++ b/src/site/markdown/httpcomponents-core-5.1.x/index.md
@@ -45,10 +45,10 @@ Standards Compliance
 HttpCore components strive to conform to the following specifications endorsed by the Internet Engineering Task Force
 (IETF) and the internet at large:
 
-- [RFC 7540](http://tools.ietf.org/html/rfc7540) - Hypertext Transfer Protocol Version 2 (HTTP/2)
-- [RFC 7541](http://tools.ietf.org/html/rfc7541) - HPACK: Header Compression for HTTP/2
-- [RFC 7230](http://tools.ietf.org/html/rfc7230) - Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing
-- [RFC 7231](http://tools.ietf.org/html/rfc7231) - Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
-- [RFC 1945](http://tools.ietf.org/html/rfc1945) - Hypertext Transfer Protocol -- HTTP/1.0
-- [RFC 3986](http://tools.ietf.org/html/rfc3986) - Uniform Resource Identifier (URI): Generic Syntax
+- [RFC 7540](https://datatracker.ietf.org/doc/html/rfc7540) - Hypertext Transfer Protocol Version 2 (HTTP/2)
+- [RFC 7541](https://datatracker.ietf.org/doc/html/rfc7541) - HPACK: Header Compression for HTTP/2
+- [RFC 7230](https://datatracker.ietf.org/doc/html/rfc7230) - Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing
+- [RFC 7231](https://datatracker.ietf.org/doc/html/rfc7231) - Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+- [RFC 1945](https://datatracker.ietf.org/doc/html/rfc1945) - Hypertext Transfer Protocol -- HTTP/1.0
+- [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986) - Uniform Resource Identifier (URI): Generic Syntax
 
diff --git a/src/site/markdown/httpcomponents-core-5.2.x/index.md b/src/site/markdown/httpcomponents-core-5.2.x/index.md
index f8ee50a..7811ac2 100644
--- a/src/site/markdown/httpcomponents-core-5.2.x/index.md
+++ b/src/site/markdown/httpcomponents-core-5.2.x/index.md
@@ -45,10 +45,10 @@ Standards Compliance
 HttpCore components strive to conform to the following specifications endorsed by the Internet Engineering Task Force
 (IETF) and the internet at large:
 
-- [RFC 7540](http://tools.ietf.org/html/rfc7540) - Hypertext Transfer Protocol Version 2 (HTTP/2)
-- [RFC 7541](http://tools.ietf.org/html/rfc7541) - HPACK: Header Compression for HTTP/2
-- [RFC 7230](http://tools.ietf.org/html/rfc7230) - Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing
-- [RFC 7231](http://tools.ietf.org/html/rfc7231) - Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
-- [RFC 1945](http://tools.ietf.org/html/rfc1945) - Hypertext Transfer Protocol -- HTTP/1.0
-- [RFC 2396](http://tools.ietf.org/html/rfc2396) - Uniform Resource Identifiers (URI): Generic Syntax
+- [RFC 7540](https://datatracker.ietf.org/doc/html/rfc7540) - Hypertext Transfer Protocol Version 2 (HTTP/2)
+- [RFC 7541](https://datatracker.ietf.org/doc/html/rfc7541) - HPACK: Header Compression for HTTP/2
+- [RFC 7230](https://datatracker.ietf.org/doc/html/rfc7230) - Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing
+- [RFC 7231](https://datatracker.ietf.org/doc/html/rfc7231) - Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+- [RFC 1945](https://datatracker.ietf.org/doc/html/rfc1945) - Hypertext Transfer Protocol -- HTTP/1.0
+- [RFC 2396](https://datatracker.ietf.org/doc/html/rfc2396) - Uniform Resource Identifiers (URI): Generic Syntax