Skip to content

Commit 82baa9c

Browse files
committed
fix: make badges clickable links in Contributing and header sections
Made-with: Cursor
1 parent 7875f8f commit 82baa9c

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010

1111
<p align="center">
1212
<a href="https://tmhsdigital.github.io/Developer-Tools-Directory/"><img src="https://img.shields.io/badge/catalog-live-7c3aed" alt="Catalog" /></a>
13-
<img src="https://img.shields.io/badge/license-CC--BY--NC--ND--4.0-green" alt="License: CC BY-NC-ND 4.0" />
13+
<a href="LICENSE"><img src="https://img.shields.io/badge/license-CC--BY--NC--ND--4.0-green" alt="License: CC BY-NC-ND 4.0" /></a>
1414
<a href="https://github.com/TMHSDigital/Developer-Tools-Directory/stargazers"><img src="https://img.shields.io/github/stars/TMHSDigital/Developer-Tools-Directory?style=flat" alt="GitHub stars" /></a>
15+
<a href="https://github.com/TMHSDigital/Developer-Tools-Directory/actions/workflows/validate.yml"><img src="https://github.com/TMHSDigital/Developer-Tools-Directory/actions/workflows/validate.yml/badge.svg" alt="Validate" /></a>
16+
<a href="CONTRIBUTING.md"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen" alt="PRs Welcome" /></a>
1517
</p>
1618

1719
<p align="center">
@@ -170,15 +172,17 @@ Developer-Tools-Directory/
170172

171173
## Contributing
172174

173-
Pull requests welcome. See [CONTRIBUTING.md](CONTRIBUTING.md) for setup, how-to guides, and PR process.
174-
175-
This project follows the [Contributor Covenant Code of Conduct](CODE_OF_CONDUCT.md).
175+
<p>
176+
<a href="CONTRIBUTING.md"><img src="https://img.shields.io/badge/contributing-guide-blue" alt="Contributing Guide" /></a>
177+
<a href="CODE_OF_CONDUCT.md"><img src="https://img.shields.io/badge/code%20of%20conduct-Contributor%20Covenant%202.1-4baaaa" alt="Code of Conduct" /></a>
178+
<a href="SECURITY.md"><img src="https://img.shields.io/badge/security-policy-red" alt="Security Policy" /></a>
179+
</p>
176180

177-
For security issues, see [SECURITY.md](SECURITY.md).
181+
Pull requests welcome. See [CONTRIBUTING.md](CONTRIBUTING.md) for setup, how-to guides, and PR process.
178182

179183
## License
180184

181-
CC BY-NC-ND 4.0 -- see [LICENSE](LICENSE) for details.
185+
<a href="LICENSE"><img src="https://img.shields.io/badge/license-CC--BY--NC--ND--4.0-green" alt="License: CC BY-NC-ND 4.0" /></a>
182186

183187
---
184188

0 commit comments

Comments
 (0)