Skip to content

Commit eacee3c

Browse files
committed
README: drop the stray link underscores between badges
The README HTML has some extra link underscore between spaces due to the extra newline and space between the <a> and <img> tags. Remove it. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
1 parent 13cad59 commit eacee3c

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.rst

+3-9
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,9 @@
1010
</p>
1111
</a>
1212

13-
<a href="https://bestpractices.coreinfrastructure.org/projects/74">
14-
<img src="https://bestpractices.coreinfrastructure.org/projects/74/badge">
15-
</a>
16-
<a href="https://scorecard.dev/viewer/?uri=github.com/zephyrproject-rtos/zephyr">
17-
<img src="https://api.securityscorecards.dev/projects/github.com/zephyrproject-rtos/zephyr/badge">
18-
</a>
19-
<a href="https://github.com/zephyrproject-rtos/zephyr/actions/workflows/twister.yaml?query=branch%3Amain">
20-
<img src="https://github.com/zephyrproject-rtos/zephyr/actions/workflows/twister.yaml/badge.svg?event=push">
21-
</a>
13+
<a href="https://bestpractices.coreinfrastructure.org/projects/74"><img src="https://bestpractices.coreinfrastructure.org/projects/74/badge"></a>
14+
<a href="https://scorecard.dev/viewer/?uri=github.com/zephyrproject-rtos/zephyr"><img src="https://api.securityscorecards.dev/projects/github.com/zephyrproject-rtos/zephyr/badge"></a>
15+
<a href="https://github.com/zephyrproject-rtos/zephyr/actions/workflows/twister.yaml?query=branch%3Amain"><img src="https://github.com/zephyrproject-rtos/zephyr/actions/workflows/twister.yaml/badge.svg?event=push"></a>
2216

2317

2418
The Zephyr Project is a scalable real-time operating system (RTOS) supporting

0 commit comments

Comments
 (0)