Skip to content
This repository was archived by the owner on Aug 31, 2018. It is now read-only.

Commit af1ff20

Browse files
vsemozhetbytaddaleax
authored andcommitted
doc: fix links in http2.md
PR-URL: nodejs/node#16307 Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
1 parent 4a43834 commit af1ff20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/http2.md

+2-2
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)