From 4fbf4049fd9f357da6cc921a64133ba08dd6af0a Mon Sep 17 00:00:00 2001 From: Jesse MacFadyen Date: Tue, 25 Jun 2024 16:14:38 -0700 Subject: [PATCH] add missing links --- src/pages/guides/development/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/guides/development/index.md b/src/pages/guides/development/index.md index 62b2b060f..622441f25 100644 --- a/src/pages/guides/development/index.md +++ b/src/pages/guides/development/index.md @@ -97,5 +97,5 @@ You can use the step through debugging features of VS Code, inspect variables, a ## More Information Learn more about using a JavaScript debugger -- chrome devtools -- node.js debugging in VS Code +- [chrome devtools](https://developer.chrome.com/docs/devtools/){target="_blank"} +- [node.js debugging in VS Code](https://code.visualstudio.com/docs/nodejs/nodejs-debugging){target="_blank"}