Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 666c089

Browse filesBrowse files
MichaelTheriotjasnell
authored andcommitted
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 f9a59c1 commit 666c089
Copy full SHA for 666c089

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎doc/api/addons.markdown‎

Copy file name to clipboardExpand all lines: doc/api/addons.markdown
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1018,5 +1018,5 @@ Test in JavaScript by running:
10181018
[Native Abstrations for Node.js]: https://github.com/nodejs/nan
10191019
[examples]: https://github.com/nodejs/nan/tree/master/examples/
10201020
[bindings]: https://github.com/TooTallNate/node-bindings
1021-
[Linking to Node.js' own dependencies]: #linking-to-node-js-own-dependencies
1021+
[Linking to Node.js' own dependencies]: #linking-to-nodejs-own-dependencies
10221022
[installation instructions]: https://github.com/nodejs/node-gyp#installation
Collapse file

‎doc/api/http.markdown‎

Copy file name to clipboardExpand all lines: doc/api/http.markdown
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1112,7 +1112,7 @@ There are a few special headers that should be noted.
11121112
[`http.Agent`]: #http_class_http_agent
11131113
[`http.ClientRequest`]: #http_class_http_clientrequest
11141114
[`http.globalAgent`]: #http_http_globalagent
1115-
[`http.IncomingMessage`]: #http_http_incomingmessage
1115+
[`http.IncomingMessage`]: #http_class_http_incomingmessage
11161116
[`http.request()`]: #http_http_request_options_callback
11171117
[`http.Server`]: #http_class_http_server
11181118
[`http.ServerResponse`]: #http_class_http_serverresponse

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.