From 0d46352bf4d533a79d6caf9743cc8dcb206e815b Mon Sep 17 00:00:00 2001 From: Steven Date: Wed, 13 Sep 2023 11:37:55 -0400 Subject: [PATCH] chore(docs): include missing links to Node.js APIs These links make it easy to click and jump to another section. --- docs/runtime/nodejs-apis.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/runtime/nodejs-apis.md b/docs/runtime/nodejs-apis.md index 31b55acc784b3b..aebadb2b17a3cb 100644 --- a/docs/runtime/nodejs-apis.md +++ b/docs/runtime/nodejs-apis.md @@ -94,7 +94,7 @@ This page is updated regularly to reflect compatibility status of the latest ver ### [`node:process`](https://nodejs.org/api/process.html) -🟡 See `Globals > process`. +🟡 See [`process`](#process) Global. ### [`node:punycode`](https://nodejs.org/api/punycode.html) @@ -122,7 +122,7 @@ This page is updated regularly to reflect compatibility status of the latest ver ### [`node:sys`](https://nodejs.org/api/util.html) -🟡 See `node:util`. +🟡 See [`node:util`](#node-util). ### [`node:timers`](https://nodejs.org/api/timers.html)