From 1e6927cb1b3c9ebb1271dd8019de9725fb9f54bd Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Wed, 5 Aug 2026 09:33:10 -0400 Subject: [PATCH] chore(beta): open external links in new tabs --- beta/doc-kit.config.mjs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/beta/doc-kit.config.mjs b/beta/doc-kit.config.mjs index 5edaaa29..4d6b6c06 100644 --- a/beta/doc-kit.config.mjs +++ b/beta/doc-kit.config.mjs @@ -14,10 +14,12 @@ export default { { text: 'Contribute', link: 'https://github.com/nodejs/node/blob/main/CONTRIBUTING.md', + target: '_blank', }, { text: 'Courses', link: 'https://training.linuxfoundation.org/openjs-certification-candidate-resources/', + target: '_blank', }, ], },