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