From f8b081b5195e3cb299b6f05e8dc3c15905e689c6 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 a7c4414ff65dfa..4e20399d41fade 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1754,5 +1754,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/