Skip to content

Commit b7acd7a

Browse files
Trottjoesepi
authored andcommitted
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: nodejs#35161 Reviewed-By: Derek Lewis <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 4766605 commit b7acd7a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

doc/api/http2.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2428,7 +2428,6 @@ added: v8.4.0
24282428
-->
24292429

24302430
#### Error codes for `RST_STREAM` and `GOAWAY`
2431-
<a id="error_codes"></a>
24322431

24332432
| Value | Name | Constant |
24342433
|--------|---------------------|-----------------------------------------------|
@@ -2552,7 +2551,6 @@ server.on('stream', (stream, headers) => {
25522551
});
25532552
```
25542553

2555-
<a id="http2-sensitive-headers"></a>
25562554
#### Sensitive headers
25572555

25582556
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.
37613759
[`tls.connect()`]: tls.html#tls_tls_connect_options_callback
37623760
[`tls.createServer()`]: tls.html#tls_tls_createserver_options_secureconnectionlistener
37633761
[`writable.writableFinished`]: stream.html#stream_writable_writablefinished
3764-
[error code]: #error_codes
3765-
[Sensitive headers]: #http2-sensitive-headers
3762+
[error code]: #http2_error_codes_for_rst_stream_and_goaway
3763+
[Sensitive headers]: #http2_sensitive_headers

0 commit comments

Comments
 (0)