Skip to content

Commit

Permalink
doc: remove http2 non-link anchor tags
Browse files Browse the repository at this point in the history
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 <DerekNonGeneric@inf.is>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
Trott authored and MylesBorins committed Sep 29, 2020
1 parent 02db136 commit 2e10616
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/api/http2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2418,7 +2418,6 @@ added: v8.4.0
-->

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

| Value | Name | Constant |
|--------|---------------------|-----------------------------------------------|
Expand Down Expand Up @@ -3697,5 +3696,5 @@ following additional properties:
[`tls.TLSSocket`]: tls.html#tls_class_tls_tlssocket
[`tls.connect()`]: tls.html#tls_tls_connect_options_callback
[`tls.createServer()`]: tls.html#tls_tls_createserver_options_secureconnectionlistener
[error code]: #error_codes
[`writable.writableFinished`]: stream.html#stream_writable_writablefinished
[error code]: #http2_error_codes_for_rst_stream_and_goaway

0 comments on commit 2e10616

Please sign in to comment.