doc: fix named anchors in addons.markdown and http.markdown
authorMichael Theriot <michael.lee.theriot@gmail.com>
Fri, 15 Jan 2016 05:56:17 +0000 (23:56 -0600)
committerMyles Borins <mborins@us.ibm.com>
Wed, 2 Mar 2016 22:01:11 +0000 (14:01 -0800)
PR-URL: https://github.com/nodejs/node/pull/4708
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
doc/api/addons.markdown
doc/api/http.markdown

index 822d907..986c151 100644 (file)
@@ -1084,5 +1084,5 @@ const addon = require('./build/Release/addon');
 [Native Abstrations for Node.js]: https://github.com/nodejs/nan
 [examples]: https://github.com/nodejs/nan/tree/master/examples/
 [bindings]: https://github.com/TooTallNate/node-bindings
-[Linking to Node.js' own dependencies]: #linking-to-node-js-own-dependencies
+[Linking to Node.js' own dependencies]: #linking-to-nodejs-own-dependencies
 [installation instructions]: https://github.com/nodejs/node-gyp#installation
index 0f36904..2b134fd 100644 (file)
@@ -1147,7 +1147,7 @@ There are a few special headers that should be noted.
 [`http.Agent`]: #http_class_http_agent
 [`http.ClientRequest`]: #http_class_http_clientrequest
 [`http.globalAgent`]: #http_http_globalagent
-[`http.IncomingMessage`]: #http_http_incomingmessage
+[`http.IncomingMessage`]: #http_class_http_incomingmessage
 [`http.request()`]: #http_http_request_options_callback
 [`http.Server`]: #http_class_http_server
 [`http.ServerResponse`]: #http_class_http_serverresponse