From 7314eec8d4c568f7cea273d2d7226dc77467f34b Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Mon, 26 Aug 2024 15:07:06 +1000 Subject: [PATCH] docs: update badge URL (#5787) * docs: update badge URL * remove badge * update * work * work --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 401e8e34a..c409cbb77 100644 --- a/README.md +++ b/README.md @@ -78,21 +78,25 @@ package versions <1.0.0 follow ## Badge -[![Built with the Deno Standard Library](./badge.svg)](https://jsr.io/@std) +> [!NOTE] +> Previously, this repo hosted the badge SVG file. Now, the badge is retrieved +> directly from [Shields.io](https://shields.io/). + +[![Built with the Deno Standard Library](https://img.shields.io/badge/Built_with_std-blue?logo=deno)](https://jsr.io/@std) ```html Built with the Deno Standard Library ``` ```md -[![Built with the Deno Standard Library](https://raw.githubusercontent.com/denoland/std/main/badge.svg)](https://jsr.io/@std) +[![Built with the Deno Standard Library](https://img.shields.io/badge/Built_with_std-blue?logo=deno)](https://jsr.io/@std) ``` ## Frequently Asked Questions