diff xml/en/docs/http/ngx_http_v2_module.xml @ 2979:c1b9ab38ff09

Updated link to HTTP/2 RFC.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 13 Jun 2023 19:24:58 +0100
parents e4718be70b33
children
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_v2_module.xml	Tue Jun 13 19:24:58 2023 +0100
+++ b/xml/en/docs/http/ngx_http_v2_module.xml	Tue Jun 13 19:24:58 2023 +0100
@@ -9,7 +9,7 @@
 <module name="Module ngx_http_v2_module"
         link="/en/docs/http/ngx_http_v2_module.html"
         lang="en"
-        rev="17">
+        rev="18">
 
 <section id="summary">
 
@@ -75,7 +75,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://datatracker.ietf.org/doc/html/rfc7540#appendix-A">RFC 7540, Appendix A</link>
+<link url="https://datatracker.ietf.org/doc/html/rfc9113#appendix-A">RFC 9113, Appendix A</link>
 black list and supported by clients.
 </para>
 
@@ -290,7 +290,7 @@
 
 <para>
 Pre-emptively sends
-(<link url="https://datatracker.ietf.org/doc/html/rfc7540#section-8.2">pushes</link>)
+(<link url="https://datatracker.ietf.org/doc/html/rfc9113#section-8.4">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,
@@ -331,7 +331,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://datatracker.ietf.org/doc/html/rfc7540#section-8.2">push</link>
+<link url="https://datatracker.ietf.org/doc/html/rfc9113#section-8.4">push</link>
 requests.
 </para>