changeset 20:b6d585f95c1d

Fix badge links
author Lewin Bormann <lbo@spheniscida.de>
date Thu, 15 Oct 2020 23:41:27 +0200
parents a86c13fa27e4
children 48a447de2a0f
files README.md
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Thu Oct 15 20:53:10 2020 +0200
+++ b/README.md	Thu Oct 15 23:41:27 2020 +0200
@@ -1,7 +1,7 @@
 # memoize
 
-![Docs.rs](https://docs.rs/mio/badge.svg)
-![Crates.rs](https://img.shields.io/crates/v/memoize.svg)
+[![Docs.rs](https://docs.rs/memoize/badge.svg)](https://docs.rs/memoize)
+[![Crates.rs](https://img.shields.io/crates/v/memoize.svg)](https://crates.io/memoize)
 
 A `#[memoize]` attribute for somewhat simple Rust functions: That is, functions
 with one or more `Clone`-able arguments, and a `Clone`-able return type. That's it.