From 70cc4d5b8b38efa6c89b82260d0ed26242dc8d2a Mon Sep 17 00:00:00 2001 From: Hendrik Sollich Date: Sun, 24 Nov 2019 14:50:01 +0100 Subject: chore: fix links in readme --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 58f8a0d..5e4ce95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Hendrik Sollich "] name = "icalendar" -version = "0.7.0" +version = "0.7.1" license = "MIT/Apache-2.0" edition = "2018" diff --git a/README.md b/README.md index 0356d4a..5499afc 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![version](https://img.shields.io/crates/v/icalendar.svg)](https://crates.io/crates/icalendar/) [![documentation](https://docs.rs/icalendar/badge.svg)](https://docs.rs/icalendar/) ![maintenance](https://img.shields.io/maintenance/yes/2021) -[![contributors](https://img.shields.io/github/contributors/hoodie/notify-rust)](https://github.com/hoodie/notify-rust/graphs/contributors) +[![contributors](https://img.shields.io/github/contributors/hoodie/icalendar-rs)](https://github.com/hoodie/icalendar-rs/graphs/contributors) A very simple library to generate [`rfc5545`](http://tools.ietf.org/html/rfc5545) calendars. -- cgit v1.2.3