Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9087f6d

Browse files
MichaelTheriotMyles Borins
authored and
Myles Borins
committedFeb 22, 2016
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 4c8713c commit 9087f6d

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)
Please sign in to comment.