Skip to content

Commit 2d73f67

Browse files
authored
Fix badge link formatting in README.md
1 parent f45e149 commit 2d73f67

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Starlet Math
22

3-
![Tests](https://github.com/masonlet/starlet-math/actions/workflows/test.yml/badge.svg)
3+
[![Tests](https://github.com/masonlet/starlet-math/actions/workflows/test.yml/badge.svg)](https://github.com/masonlet/starlet-math/actions/workflows/test.yml)
44
[![C++20](https://img.shields.io/badge/C%2B%2B-20-blue.svg)](https://isocpp.org/std/the-standard)
55
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)
66

@@ -66,4 +66,4 @@ ctest
6666
<br/>
6767

6868
## License
69-
MIT License — see [LICENSE](./LICENSE) for details.
69+
MIT License — see [LICENSE](./LICENSE) for details.

0 commit comments

Comments
 (0)