From b2b533cf7983b324ca67c9301e560499d7be05da Mon Sep 17 00:00:00 2001 From: Michael Theriot Date: Thu, 14 Jan 2016 23:56:17 -0600 Subject: [PATCH] doc: fix named anchors --- doc/api/addons.markdown | 2 +- doc/api/http.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/addons.markdown b/doc/api/addons.markdown index ed2c5058a49288..845b20c2bdb2b1 100644 --- a/doc/api/addons.markdown +++ b/doc/api/addons.markdown @@ -1018,5 +1018,5 @@ Test in JavaScript by running: [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 f12e0805870bf8..f7cc30f7b4ffcc 100644 --- a/doc/api/http.markdown +++ b/doc/api/http.markdown @@ -1112,7 +1112,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