Skip to content

Commit

Permalink
doc: link to correct "OS Constants" heading in docs
Browse files Browse the repository at this point in the history
PR-URL: nodejs/node#14969
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
  • Loading branch information
jamiebuilds authored and addaleax committed Aug 25, 2017
1 parent c2e50f1 commit 37a41a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/os.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ added: v6.3.0

Returns an object containing commonly used operating system specific constants
for error codes, process signals, and so on. The specific constants currently
defined are described in [OS Constants][].
defined are described in [OS Constants](#os_os_constants_1).

## os.cpus()
<!-- YAML
Expand Down

0 comments on commit 37a41a4

Please sign in to comment.