Skip to content

Commit 15163ee

Browse files
committed
Fix license badge link in README.md
1 parent 307f3d2 commit 15163ee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Strapdown - A simple strapdown INS implementation
22

33
HTML: <a href="https://joss.theoj.org/papers/5079592cc860d1435482a4a7764edcd4"><img src="https://joss.theoj.org/papers/5079592cc860d1435482a4a7764edcd4/status.svg"></a>
4+
45
Markdown: [![status](https://joss.theoj.org/papers/5079592cc860d1435482a4a7764edcd4/status.svg)](https://joss.theoj.org/papers/5079592cc860d1435482a4a7764edcd4)
56

67
[![Crates.io](https://img.shields.io/crates/v/strapdown-rs.svg)](https://crates.io/crates/strapdown-rs)
78
[![Documentation](https://docs.rs/strapdown-rs/badge.svg)](https://docs.rs/strapdown-rs)
8-
[![License](https://img.shields.io/crates/l/strapdown-rs.svg)]
9+
[![License](https://img.shields.io/crates/l/strapdown-rs.svg)](https://crates.io/crates/strapdown-rs)
910

1011
Strapdown-rs is a straightforward strapdown inertial navigation system (INS) implementation in Rust. It is designed to be simple and easy to understand, making it a great starting point for those interested in learning about or implementing strapdown INS algorithms. It is currently under active development.
1112

0 commit comments

Comments
 (0)