From 9c0ff88d58374c003922af064e5115c64bbac9cc Mon Sep 17 00:00:00 2001 From: Rasmus Kaj Date: Sun, 22 Jan 2023 23:10:48 +0100 Subject: [PATCH] It seems meritbadge went away. But img.shields.io provide a similar service. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69e20c1..1e4dcde 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is my attempt at writing a HTML template system for Rust. Some inspiration comes from the scala template system used in play 2, as well as plain old jsp. -[![Crate](https://meritbadge.herokuapp.com/ructe)](https://crates.io/crates/ructe) +[![Crate](https://img.shields.io/crates/v/ructe.svg)](https://crates.io/crates/ructe) [![docs](https://docs.rs/ructe/badge.svg)](https://docs.rs/ructe) [![CI](https://github.com/kaj/ructe/workflows/CI/badge.svg)](https://github.com/kaj/ructe/actions)