Skip to content

Commit 588e7e2

Browse files
MichaelTheriotMyles Borins
authored and
Myles Borins
committed
doc: fix named anchors in addons.markdown and http.markdown
PR-URL: #4708 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent ce34740 commit 588e7e2

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
@@ -1084,5 +1084,5 @@ const addon = require('./build/Release/addon');
10841084
[Native Abstrations for Node.js]: https://github.com/nodejs/nan
10851085
[examples]: https://github.com/nodejs/nan/tree/master/examples/
10861086
[bindings]: https://github.com/TooTallNate/node-bindings
1087-
[Linking to Node.js' own dependencies]: #linking-to-node-js-own-dependencies
1087+
[Linking to Node.js' own dependencies]: #linking-to-nodejs-own-dependencies
10881088
[installation instructions]: https://github.com/nodejs/node-gyp#installation

doc/api/http.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,7 @@ There are a few special headers that should be noted.
11471147
[`http.Agent`]: #http_class_http_agent
11481148
[`http.ClientRequest`]: #http_class_http_clientrequest
11491149
[`http.globalAgent`]: #http_http_globalagent
1150-
[`http.IncomingMessage`]: #http_http_incomingmessage
1150+
[`http.IncomingMessage`]: #http_class_http_incomingmessage
11511151
[`http.request()`]: #http_http_request_options_callback
11521152
[`http.Server`]: #http_class_http_server
11531153
[`http.ServerResponse`]: #http_class_http_serverresponse

0 commit comments

Comments
 (0)