Skip to content

Commit 01bdafe

Browse files
MichaelTheriotevanlucas
authored andcommitted
doc: fix named anchors in addons.markdown and http.markdown
PR-URL: #4708 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 43dfd03 commit 01bdafe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/api/addons.markdown

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@ There are a few special headers that should be noted.
10961096
[`http.Agent`]: #http_class_http_agent
10971097
[`http.ClientRequest`]: #http_class_http_clientrequest
10981098
[`http.globalAgent`]: #http_http_globalagent
1099-
[`http.IncomingMessage`]: #http_http_incomingmessage
1099+
[`http.IncomingMessage`]: #http_class_http_incomingmessage
11001100
[`http.request()`]: #http_http_request_options_callback
11011101
[`http.Server`]: #http_class_http_server
11021102
[`http.ServerResponse`]: #http_class_http_serverresponse

0 commit comments

Comments
 (0)