From 39a657ccc3d16ec25631ee8e166a0aa10d43b5e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Assier=20=F0=9F=8C=A4=EF=B8=8F?= <18405490+GuillaumeASSIER@users.noreply.github.com> Date: Wed, 10 Dec 2025 17:01:00 +0100 Subject: [PATCH] Fix link formatting for Node.js APIs in documentation --- runtime/fundamentals/node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/fundamentals/node.md b/runtime/fundamentals/node.md index 27f1ad901..8b49e1a3b 100644 --- a/runtime/fundamentals/node.md +++ b/runtime/fundamentals/node.md @@ -32,7 +32,7 @@ That's all you really need to know to get started! However, there are some key differences between the two runtimes that you can take advantage of to make your code simpler and smaller when migrating your Node.js projects to Deno. -We provide a (list of supported Node.js APIs)[/runtime/reference/node_apis/] +We provide a [list of supported Node.js APIs](/runtime/reference/node_apis/) that you can use in Deno. ## Quick start