From 867b4d87dca7815473f9002f5d4cfea8440b45be Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Mon, 16 Jan 2017 01:57:09 +0100 Subject: [PATCH] doc: fix broken internal link in process.md PR-URL: https://github.com/nodejs/node/pull/10828 Reviewed-By: Luigi Pinca Reviewed-By: Daniel Bevenius Reviewed-By: Colin Ihrig Reviewed-By: Jeremiah Senkpiel Reviewed-By: James M Snell --- doc/api/process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/process.md b/doc/api/process.md index 0be02e0c673e7a..46d2b2b4315f52 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1788,5 +1788,5 @@ cases: [Readable]: stream.html [Child Process]: child_process.html [Cluster]: cluster.html -[`process.exitCode`]: #processexitcode-1 +[`process.exitCode`]: #process_process_exitcode [LTS]: https://github.com/nodejs/LTS/