Skip to content

Commit 2e10616

Browse files
TrottMylesBorins
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. Backport-PR-URL: #35334 PR-URL: #35161 Reviewed-By: Derek Lewis <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 02db136 commit 2e10616

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/api/http2.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -2418,7 +2418,6 @@ added: v8.4.0
24182418
-->
24192419

24202420
#### Error codes for `RST_STREAM` and `GOAWAY`
2421-
<a id="error_codes"></a>
24222421

24232422
| Value | Name | Constant |
24242423
|--------|---------------------|-----------------------------------------------|
@@ -3697,5 +3696,5 @@ following additional properties:
36973696
[`tls.TLSSocket`]: tls.html#tls_class_tls_tlssocket
36983697
[`tls.connect()`]: tls.html#tls_tls_connect_options_callback
36993698
[`tls.createServer()`]: tls.html#tls_tls_createserver_options_secureconnectionlistener
3700-
[error code]: #error_codes
37013699
[`writable.writableFinished`]: stream.html#stream_writable_writablefinished
3700+
[error code]: #http2_error_codes_for_rst_stream_and_goaway

0 commit comments

Comments
 (0)