Skip to content

Commit 1c11e84

Browse files
docs: add target=_blank to readme links
1 parent 4c93421 commit 1c11e84

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
<p align="center">Template TypeScript Node.js package with all the CI bells & whistles I commonly use. ✨</p>
44

55
<p align="center">
6-
<a href="#contributors">
6+
<a href="#contributors" target="_blank">
77
<!-- prettier-ignore-start -->
88
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
99
<img alt="All Contributors: 4" src="https://img.shields.io/badge/all_contributors-4-21bb42.svg" />
1010
<!-- ALL-CONTRIBUTORS-BADGE:END -->
1111
<!-- prettier-ignore-end -->
1212
</a>
13-
<a href="https://codecov.io/gh/JoshuaKGoldberg/template-typescript-node-package" >
13+
<a href="https://codecov.io/gh/JoshuaKGoldberg/template-typescript-node-package" target="_blank">
1414
<img alt="Codecov Test Coverage" src="https://codecov.io/gh/JoshuaKGoldberg/template-typescript-node-package/branch/main/graph/badge.svg?token=eVIFY4MhfQ"/>
1515
</a>
16-
<a href="https://github.com/JoshuaKGoldberg/template-typescript-node-package/blob/main/.github/CODE_OF_CONDUCT.md">
16+
<a href="https://github.com/JoshuaKGoldberg/template-typescript-node-package/blob/main/.github/CODE_OF_CONDUCT.md" target="_blank">
1717
<img alt="Contributor Covenant" src="https://img.shields.io/badge/code_of_conduct-enforced-21bb42" />
1818
</a>
19-
<a href="https://github.com/JoshuaKGoldberg/template-typescript-node-package/blob/main/LICENSE.md">
19+
<a href="https://github.com/JoshuaKGoldberg/template-typescript-node-package/blob/main/LICENSE.md" target="_blank">
2020
<img alt="License: MIT" src="https://img.shields.io/github/license/JoshuaKGoldberg/template-typescript-node-package?color=21bb42">
2121
</a>
22-
<a href="https://github.com/sponsors/JoshuaKGoldberg">
22+
<a href="https://github.com/sponsors/JoshuaKGoldberg" target="_blank">
2323
<img alt="Sponsor: On GitHub" src="https://img.shields.io/badge/sponsor-on_github-21bb42.svg" />
2424
</a>
2525
<img alt="Style: Prettier" src="https://img.shields.io/badge/style-prettier-21bb42.svg" />

0 commit comments

Comments
 (0)