From b569376156ad7bea17115b15066903f3f5b4ee10 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 11 Sep 2020 20:27:11 -0700 Subject: [PATCH] doc: remove http2 non-link anchor tags Headers have ids automatically assigned. Removed ad hoc ids using anchor tags that aren't links. PR-URL: https://github.com/nodejs/node/pull/35161 Reviewed-By: Derek Lewis Reviewed-By: Luigi Pinca --- doc/api/http2.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/api/http2.md b/doc/api/http2.md index 1a04377fb77ccc..31c80564ddd142 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -2428,7 +2428,6 @@ added: v8.4.0 --> #### Error codes for `RST_STREAM` and `GOAWAY` - | Value | Name | Constant | |--------|---------------------|-----------------------------------------------| @@ -2552,7 +2551,6 @@ server.on('stream', (stream, headers) => { }); ``` - #### Sensitive headers HTTP2 headers can be marked as sensitive, which means that the HTTP/2 @@ -3761,5 +3759,5 @@ you need to implement any fall-back behaviour yourself. [`tls.connect()`]: tls.html#tls_tls_connect_options_callback [`tls.createServer()`]: tls.html#tls_tls_createserver_options_secureconnectionlistener [`writable.writableFinished`]: stream.html#stream_writable_writablefinished -[error code]: #error_codes -[Sensitive headers]: #http2-sensitive-headers +[error code]: #http2_error_codes_for_rst_stream_and_goaway +[Sensitive headers]: #http2_sensitive_headers