From: Michael Theriot Date: Fri, 15 Jan 2016 05:56:17 +0000 (-0600) Subject: doc: fix named anchors in addons.markdown and http.markdown X-Git-Tag: v4.4.0~78 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e68cb2647548dd8f5d871df7c6b0cf0c2b2aad60;p=platform%2Fupstream%2Fnodejs.git doc: fix named anchors in addons.markdown and http.markdown PR-URL: https://github.com/nodejs/node/pull/4708 Reviewed-By: Colin Ihrig Reviewed-By: James M Snell --- diff --git a/doc/api/addons.markdown b/doc/api/addons.markdown index 822d907..986c151 100644 --- a/doc/api/addons.markdown +++ b/doc/api/addons.markdown @@ -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 diff --git a/doc/api/http.markdown b/doc/api/http.markdown index 0f36904..2b134fd 100644 --- a/doc/api/http.markdown +++ b/doc/api/http.markdown @@ -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