Skip to content

Commit f1bb446

Browse files
committed
Fix README badge link spacing
1 parent 8a93014 commit f1bb446

2 files changed

Lines changed: 10 additions & 30 deletions

File tree

README.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,11 @@
77
<h2 align="center">Record the truth. Keep the keys.</h2>
88

99
<p align="center">
10-
<a href="https://github.com/open-proofline/website/actions/workflows/ci.yml">
11-
<img alt="CI" src="https://github.com/open-proofline/website/actions/workflows/ci.yml/badge.svg" />
12-
</a>
13-
<a href="LICENSE">
14-
<img alt="License: AGPL-3.0-only" src="https://img.shields.io/badge/license-AGPL--3.0--only-blue.svg" />
15-
</a>
16-
<a href="#current-status">
17-
<img alt="Status: Experimental" src="https://img.shields.io/badge/status-experimental-orange.svg" />
18-
</a>
19-
<a href="SECURITY.md">
20-
<img alt="Security policy" src="https://img.shields.io/badge/security-policy-blue.svg" />
21-
</a>
22-
<a href="https://proofline.live/support/">
23-
<img alt="Support Proofline" src="https://img.shields.io/badge/support-%E2%99%A5%20Proofline-d946ef.svg" />
24-
</a>
10+
<a href="https://github.com/open-proofline/website/actions/workflows/ci.yml"><img alt="CI" src="https://github.com/open-proofline/website/actions/workflows/ci.yml/badge.svg" /></a>
11+
<a href="LICENSE"><img alt="License: AGPL-3.0-only" src="https://img.shields.io/badge/license-AGPL--3.0--only-blue.svg" /></a>
12+
<a href="#current-status"><img alt="Status: Experimental" src="https://img.shields.io/badge/status-experimental-orange.svg" /></a>
13+
<a href="SECURITY.md"><img alt="Security policy" src="https://img.shields.io/badge/security-policy-blue.svg" /></a>
14+
<a href="https://proofline.live/support/"><img alt="Support Proofline" src="https://img.shields.io/badge/support-%E2%99%A5%20Proofline-d946ef.svg" /></a>
2515
</p>
2616

2717
<p align="center">

docs/repository-readme-baseline.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,11 @@ Default layout:
4040

4141
```md
4242
<p align="center">
43-
<a href="https://github.com/open-proofline/<repo>/actions/workflows/ci.yml">
44-
<img alt="CI" src="https://github.com/open-proofline/<repo>/actions/workflows/ci.yml/badge.svg" />
45-
</a>
46-
<a href="LICENSE">
47-
<img alt="License: AGPL-3.0-only" src="https://img.shields.io/badge/license-AGPL--3.0--only-blue.svg" />
48-
</a>
49-
<a href="#current-status">
50-
<img alt="Status: Experimental" src="https://img.shields.io/badge/status-experimental-orange.svg" />
51-
</a>
52-
<a href="SECURITY.md">
53-
<img alt="Security policy" src="https://img.shields.io/badge/security-policy-blue.svg" />
54-
</a>
55-
<a href="https://proofline.live/support/">
56-
<img alt="Support Proofline" src="https://img.shields.io/badge/support-%E2%99%A5%20Proofline-d946ef.svg" />
57-
</a>
43+
<a href="https://github.com/open-proofline/<repo>/actions/workflows/ci.yml"><img alt="CI" src="https://github.com/open-proofline/<repo>/actions/workflows/ci.yml/badge.svg" /></a>
44+
<a href="LICENSE"><img alt="License: AGPL-3.0-only" src="https://img.shields.io/badge/license-AGPL--3.0--only-blue.svg" /></a>
45+
<a href="#current-status"><img alt="Status: Experimental" src="https://img.shields.io/badge/status-experimental-orange.svg" /></a>
46+
<a href="SECURITY.md"><img alt="Security policy" src="https://img.shields.io/badge/security-policy-blue.svg" /></a>
47+
<a href="https://proofline.live/support/"><img alt="Support Proofline" src="https://img.shields.io/badge/support-%E2%99%A5%20Proofline-d946ef.svg" /></a>
5848
</p>
5949
```
6050

0 commit comments

Comments
 (0)