Skip to content

Commit e735237

Browse files
authored
chore(beta): open external links in new tabs (#1007)
1 parent 140d5c0 commit e735237

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

beta/doc-kit.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ export default {
1414
{
1515
text: 'Contribute',
1616
link: 'https://github.com/nodejs/node/blob/main/CONTRIBUTING.md',
17+
target: '_blank',
1718
},
1819
{
1920
text: 'Courses',
2021
link: 'https://training.linuxfoundation.org/openjs-certification-candidate-resources/',
22+
target: '_blank',
2123
},
2224
],
2325
},

0 commit comments

Comments
 (0)