Skip to content

Commit af44099

Browse files
Armin BecherArmin Becher
authored andcommitted
docs: fix redirects
1 parent f6c6e7a commit af44099

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
# Grid
22

3-
[![docs](https://docs.rs/grid/badge.svg)](https://docs.rs/grid)
3+
[![docs](https://img.shields.io/docsrs/grid/latest)](https://docs.rs/grid/latest/grid/)
44
[![crates.io](https://badgen.net/crates/d/grid)](https://crates.io/crates/grid)
55
[![build status](https://github.com/becheran/grid/actions/workflows/rust.yml/badge.svg)](https://github.com/becheran/grid/actions)
66
[![license](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
@@ -15,5 +15,5 @@ To use *grid* with *no_std* import the library such as:
1515
grid = { version = "*", default-features = false }
1616
```
1717

18-
- [documentation](https://docs.rs/grid/)
18+
- [documentation](https://docs.rs/grid/latest/grid/)
1919
- [library on crates.io](https://crates.io/crates/grid)

0 commit comments

Comments
 (0)