Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2020-09-09 03:16:55 +0300
committerRich Trott <rtrott@gmail.com>2020-09-11 05:46:29 +0300
commit85624fd12971ec50fd8bb26b70c3b04170577d1e (patch)
tree622ffb3d84c23e9596c81ce76cc15d683eb941f9 /doc/api/http2.md
parente0a3faeff7cde1fa183a6efc3a3b3167deabd420 (diff)
doc: fix broken link in http2.md
PR-URL: https://github.com/nodejs/node/pull/35112 Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ricky Zhou <0x19951125@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc/api/http2.md')
-rw-r--r--doc/api/http2.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/http2.md b/doc/api/http2.md
index d8de78908fa..1a04377fb77 100644
--- a/doc/api/http2.md
+++ b/doc/api/http2.md
@@ -3725,7 +3725,7 @@ you need to implement any fall-back behaviour yourself.
[`ClientHttp2Stream`]: #http2_class_clienthttp2stream
[`Duplex`]: stream.html#stream_class_stream_duplex
[`Http2ServerRequest`]: #http2_class_http2_http2serverrequest
-[`Http2ServerResponse`]: #class-http2http2serverresponse
+[`Http2ServerResponse`]: #http2_class_http2_http2serverresponse
[`Http2Session` and Sockets]: #http2_http2session_and_sockets
[`Http2Stream`]: #http2_class_http2stream
[`ServerHttp2Stream`]: #http2_class_serverhttp2stream