From 5d9e2e7634e27a57c4dc559d158d44471af934b4 Mon Sep 17 00:00:00 2001 From: Ashley Williams Date: Tue, 3 Jan 2023 08:24:40 -0600 Subject: [PATCH 1/2] feat(readme): link crates badge to cratesio --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e11d940..831fa52 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # axohtml ![Github Actions Rust](https://github.com/axodotdev/axohtml/actions/workflows/rust.yml/badge.svg) -![crates.io](https://img.shields.io/crates/v/axohtml.svg) +[![crates.io](https://img.shields.io/crates/v/axohtml.svg)](https://crates.io/crates/axohtml) [![License: MPL 2.0](https://img.shields.io/badge/License-MPL_2.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0) This crate provides the `html!` macro for building fully type checked HTML From 6b299b5ca843caac3173207b5a8ea266446f1225 Mon Sep 17 00:00:00 2001 From: Ashley Williams Date: Tue, 3 Jan 2023 08:25:22 -0600 Subject: [PATCH 2/2] feat(readme): link actions badge to actions view --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 831fa52..bc5cb08 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # axohtml -![Github Actions Rust](https://github.com/axodotdev/axohtml/actions/workflows/rust.yml/badge.svg) +[![Github Actions Rust](https://github.com/axodotdev/axohtml/actions/workflows/rust.yml/badge.svg)](https://github.com/axodotdev/axohtml/actions) [![crates.io](https://img.shields.io/crates/v/axohtml.svg)](https://crates.io/crates/axohtml) [![License: MPL 2.0](https://img.shields.io/badge/License-MPL_2.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0)