Skip to content

Commit 2376c5c

Browse files
MichaelTheriotMichael Scovetta
authored and
Michael Scovetta
committed
doc: fix named anchors in addons.markdown and http.markdown
PR-URL: nodejs#4708 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 8cd93bf commit 2376c5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/api/addons.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -1018,5 +1018,5 @@ Test in JavaScript by running:
10181018
[Native Abstrations for Node.js]: https://github.com/nodejs/nan
10191019
[examples]: https://github.com/nodejs/nan/tree/master/examples/
10201020
[bindings]: https://github.com/TooTallNate/node-bindings
1021-
[Linking to Node.js' own dependencies]: #linking-to-node-js-own-dependencies
1021+
[Linking to Node.js' own dependencies]: #linking-to-nodejs-own-dependencies
10221022
[installation instructions]: https://github.com/nodejs/node-gyp#installation

doc/api/http.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -1112,7 +1112,7 @@ There are a few special headers that should be noted.
11121112
[`http.Agent`]: #http_class_http_agent
11131113
[`http.ClientRequest`]: #http_class_http_clientrequest
11141114
[`http.globalAgent`]: #http_http_globalagent
1115-
[`http.IncomingMessage`]: #http_http_incomingmessage
1115+
[`http.IncomingMessage`]: #http_class_http_incomingmessage
11161116
[`http.request()`]: #http_http_request_options_callback
11171117
[`http.Server`]: #http_class_http_server
11181118
[`http.ServerResponse`]: #http_class_http_serverresponse

0 commit comments

Comments
 (0)