Skip to content

Commit a099f13

Browse files
correct alt text placement in godbolt icon
1 parent 99e5c9d commit a099f13

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

examples/readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Real-Time-C++ - Examples
66
<img src="https://github.com/ckormanyos/real-time-cpp/actions/workflows/real-time-cpp-examples.yml/badge.svg" alt="Build Examples"></a>
77
<a href="https://github.com/ckormanyos/real-time-cpp/blob/master/LICENSE_1_0.txt">
88
<img src="https://img.shields.io/badge/license-BSL%201.0-blue.svg" alt="Boost Software License 1.0"></a>
9-
<a href="https://godbolt.org/z/fxWzb6h6f" alt="godbolt">
10-
<img src="https://img.shields.io/badge/try%20it%20on-godbolt-green" /></a>
9+
<a href="https://godbolt.org/z/fxWzb6h6f">
10+
<img src="https://img.shields.io/badge/try%20it%20on-godbolt-green" alt="godbolt"></a>
1111
</p>
1212

1313
These examples are motivated by the book
@@ -142,8 +142,8 @@ in each individual example directory.
142142
## Try it at _godbolt_
143143

144144
<p align="center">
145-
<a href="https://godbolt.org/z/fxWzb6h6f" alt="godbolt">
146-
<img src="https://img.shields.io/badge/try%20it%20on-godbolt-green" /></a>
145+
<a href="https://godbolt.org/z/fxWzb6h6f">
146+
<img src="https://img.shields.io/badge/try%20it%20on-godbolt-green" alt="godbolt"></a>
147147
</p>
148148

149149
Use this [short link](https://godbolt.org/z/fxWzb6h6f)

0 commit comments

Comments
 (0)