changeset 40:6c8733dd9730

Fix link to GH Actions in README
author Lewin Bormann <lbo@spheniscida.de>
date Thu, 10 Dec 2020 19:21:09 +0100
parents 390b3b7095cc
children 860de2222630
files README.md
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Thu Dec 10 19:20:26 2020 +0100
+++ b/README.md	Thu Dec 10 19:21:09 2020 +0100
@@ -2,7 +2,7 @@
 
 [![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/crates/memoize)
-[![CI](https://github.com/dermesser/rex/workflows/CI/badge.svg)](actions)
+[![CI](https://github.com/dermesser/rex/workflows/CI/badge.svg)](https://github.com/dermesser/memoize/actions)
 
 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.