diff xml/en/docs/http/ngx_http_v2_module.xml @ 2831:4add6ae1296f

Updated links to datatracker.ietf.org.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 26 Jan 2022 16:26:47 +0300
parents b74f2038f2b5
children 9a8d15333a58
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_v2_module.xml	Tue Jan 25 15:38:14 2022 +0000
+++ b/xml/en/docs/http/ngx_http_v2_module.xml	Wed Jan 26 16:26:47 2022 +0300
@@ -15,7 +15,7 @@
 
 <para>
 The <literal>ngx_http_v2_module</literal> module (1.9.5) provides
-support for <link url="https://tools.ietf.org/html/rfc7540">HTTP/2</link>
+support for <link url="https://datatracker.ietf.org/doc/html/rfc7540">HTTP/2</link>
 and supersedes the
 <link doc="ngx_http_spdy_module.xml">ngx_http_spdy_module</link> module.
 </para>
@@ -74,7 +74,7 @@
 is set to the value “<literal>on</literal>”,
 the <link doc="ngx_http_ssl_module.xml" id="ssl_ciphers">ciphers</link>
 should be configured to comply with
-<link url="https://tools.ietf.org/html/rfc7540#appendix-A">RFC 7540, Appendix A</link>
+<link url="https://datatracker.ietf.org/doc/html/rfc7540#appendix-A">RFC 7540, Appendix A</link>
 black list and supported by clients.
 </para>
 
@@ -184,7 +184,7 @@
 
 <para>
 Limits the maximum size of
-an <link url="https://tools.ietf.org/html/rfc7541">HPACK</link>-compressed
+an <link url="https://datatracker.ietf.org/doc/html/rfc7541">HPACK</link>-compressed
 request header field.
 The limit applies equally to both name and value.
 Note that if Huffman encoding is applied,
@@ -211,7 +211,7 @@
 
 <para>
 Limits the maximum size of the entire request header list after
-<link url="https://tools.ietf.org/html/rfc7541">HPACK</link> decompression.
+<link url="https://datatracker.ietf.org/doc/html/rfc7541">HPACK</link> decompression.
 For most requests, the default limit should be enough.
 </para>
 
@@ -261,7 +261,7 @@
 
 <para>
 Pre-emptively sends
-(<link url="https://tools.ietf.org/html/rfc7540#section-8.2">pushes</link>)
+(<link url="https://datatracker.ietf.org/doc/html/rfc7540#section-8.2">pushes</link>)
 a request to the specified <value>uri</value>
 along with the response to the original request.
 Only relative URIs with absolute path will be processed,
@@ -296,7 +296,7 @@
 <link url="https://www.w3.org/TR/preload/#server-push-http-2">preload
 links</link>
 specified in the <header>Link</header> response header fields into
-<link url="https://tools.ietf.org/html/rfc7540#section-8.2">push</link>
+<link url="https://datatracker.ietf.org/doc/html/rfc7540#section-8.2">push</link>
 requests.
 </para>