Skip to content

Commit 94a7955

Browse files
authored
Update README.md - fix link locations for badge images in markdown (rust-lang#2537)
1 parent c5c9ad2 commit 94a7955

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![](./kani-logo.png)
2-
![Kani regression](https://github.com/model-checking/kani/actions/workflows/kani.yml/badge.svg)
3-
![Nightly: CBMC Latest](https://github.com/model-checking/kani/actions/workflows/cbmc-latest.yml/badge.svg)
2+
[![Kani regression](https://github.com/model-checking/kani/actions/workflows/kani.yml/badge.svg)](https://github.com/model-checking/kani/actions/workflows/kani.yml)
3+
[![Nightly: CBMC Latest](https://github.com/model-checking/kani/actions/workflows/cbmc-latest.yml/badge.svg)](https://github.com/model-checking/kani/actions/workflows/cbmc-latest.yml)
44

55
The Kani Rust Verifier is a bit-precise model checker for Rust.
66

0 commit comments

Comments
 (0)