Skip to content

Commit 49a41d9

Browse files
vsemozhetbytMylesBorins
authored andcommitted
doc: fix links in http2.md
PR-URL: #16307 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
1 parent 152ca1e commit 49a41d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/http2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2712,9 +2712,9 @@ if the stream is closed.
27122712
[`ServerHttp2Stream`]: #http2_class_serverhttp2stream
27132713
[`TypeError`]: errors.html#errors_class_typeerror
27142714
[`http2.SecureServer`]: #http2_class_http2secureserver
2715-
[`http2.createSecureServer()`]: #http2_createsecureserver_options_onrequesthandler
2715+
[`http2.createSecureServer()`]: #http2_http2_createsecureserver_options_onrequesthandler
27162716
[`http2.Server`]: #http2_class_http2server
2717-
[`http2.createServer()`]: #http2_createserver_options_onrequesthandler
2717+
[`http2.createServer()`]: #http2_http2_createserver_options_onrequesthandler
27182718
[`http2stream.pushStream()`]: #http2_http2stream_pushstream_headers_options_callback
27192719
[`net.Socket`]: net.html#net_class_net_socket
27202720
[`request.socket.getPeerCertificate()`]: tls.html#tls_tlssocket_getpeercertificate_detailed

0 commit comments

Comments
 (0)