From 193cf08a1569aa4296a2ebd92237692f76b46376 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Sun, 19 Sep 2021 19:38:14 -0700 Subject: [PATCH] Fix crates.io badge and update links --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 1be1840..73dd8ee 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ __ https://docs.rs/maplit/ .. |build_status| image:: https://travis-ci.org/bluss/maplit.svg?branch=master .. _build_status: https://travis-ci.org/bluss/maplit -.. |crates| image:: http://meritbadge.herokuapp.com/maplit +.. |crates| image:: https://img.shields.io/crates/v/maplit.svg .. _crates: https://crates.io/crates/maplit @@ -74,7 +74,7 @@ License Dual-licensed to be compatible with the Rust project. Licensed under the Apache License, Version 2.0 -http://www.apache.org/licenses/LICENSE-2.0 or the MIT license -http://opensource.org/licenses/MIT, at your +https://www.apache.org/licenses/LICENSE-2.0 or the MIT license +https://opensource.org/licenses/MIT, at your option. This file may not be copied, modified, or distributed except according to those terms.