From 5157c5a38c7b48a9bd2ce6a6e9c67f183cfad05c Mon Sep 17 00:00:00 2001 From: Jesse MacFadyen Date: Tue, 25 Jun 2024 16:24:37 -0700 Subject: [PATCH] remove target-blank experiment --- 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 622441f25..e47f24c44 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](https://developer.chrome.com/docs/devtools/){target="_blank"} -- [node.js debugging in VS Code](https://code.visualstudio.com/docs/nodejs/nodejs-debugging){target="_blank"} +- [chrome devtools](https://developer.chrome.com/docs/devtools/) +- [node.js debugging in VS Code](https://code.visualstudio.com/docs/nodejs/nodejs-debugging)