Skip to content

Commit 6877606

Browse files
authored
docs: updated links open new tab
1 parent e85a96f commit 6877606

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
This documentation will help you understand how to use the service provided by this codebase.
44

5-
[![Codebase Interface Principles](https://img.shields.io/badge/Codebase%20Interface-Principles-4b9ce2?style=flat-square&logo=semanticweb&logoColor=white)](https://codebaseinterface.org)
5+
[![Codebase Interface Principles](https://img.shields.io/badge/Codebase%20Interface-Principles-4b9ce2?style=flat-square&logo=semanticweb&logoColor=white)](https://codebaseinterface.org){target="_blank"}
66

77
> This repository follows the **Codebase Interface Principles** — for a better experience for everyone who works with it.
88
9-
[![Codebase Interface](https://img.shields.io/badge/Codebase_Interface-Principles-blue?style=flat)](https://codebaseinterface.org)
9+
[![Codebase Interface](https://img.shields.io/badge/Codebase_Interface-Principles-blue?style=flat)](https://codebaseinterface.org){target="_blank"}
1010

11-
_Follows the [Codebase Interface Principles](https://codebaseinterface.org)._
11+
_Follows the [Codebase Interface Principles](https://codebaseinterface.org){target="_blank"}._

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,26 @@ By providing specific interfaces for each audience perspective, we can ensure th
88

99
## Support
1010

11-
If your codebase uses codebase principles please support the initiative by starring the [Codebase Interface GitHub repository](github.com/codebase-interface/codebaseinterface) and placing the below markdown in the README of your repo.
11+
If your codebase uses codebase principles please support the initiative by starring the [Codebase Interface GitHub repository](github.com/codebase-interface/codebaseinterface){target="_blank"} and placing the below markdown in the README of your repo.
1212

1313
### Badges
1414

1515
#### Primary
1616

1717
```md
18-
[![Codebase Interface Principles](https://img.shields.io/badge/Codebase%20Interface-Principles-4b9ce2?style=flat-square&logo=semanticweb&logoColor=white)](https://codebaseinterface.org)
18+
[![Codebase Interface Principles](https://img.shields.io/badge/Codebase%20Interface-Principles-4b9ce2?style=flat-square&logo=semanticweb&logoColor=white)](https://codebaseinterface.org){target="_blank"}
1919

2020
> This repository follows the **Codebase Interface Principles** — for a better experience for everyone who works with it.
2121
```
2222

2323
#### Simple
2424

2525
```md
26-
[![Codebase Interface](https://img.shields.io/badge/Codebase_Interface-Principles-blue?style=flat)](https://codebaseinterface.org)
26+
[![Codebase Interface](https://img.shields.io/badge/Codebase_Interface-Principles-blue?style=flat)](https://codebaseinterface.org){target="_blank"}
2727
```
2828

2929
#### Footer
3030

3131
```md
32-
_Follows the [Codebase Interface Principles](https://codebaseinterface.org)._
32+
_Follows the [Codebase Interface Principles](https://codebaseinterface.org){target="_blank"}._
3333
```

0 commit comments

Comments
 (0)