From 81d10d6298b8800cb48b719b00a3c19b4bb402d8 Mon Sep 17 00:00:00 2001 From: Razon Yang Date: Tue, 15 Oct 2024 21:26:06 +0800 Subject: [PATCH] chore: update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 14c683d..1493432 100644 --- a/README.md +++ b/README.md @@ -57,16 +57,16 @@ jobs: ## Badges -With [Shields.io Dynamic JSON Badge](https://shields.io/badges/dynamic-json-badge) service, it's easy to generate GHCR badges, to use it, just replace the following raw stats file URL (`https://raw.githubusercontent.com/hugomods/docker/main/ghcr-stats.json` in this example) with yours. +With [Shields.io Dynamic JSON Badge](https://shields.io/badges/dynamic-json-badge) service, it's easy to generate GHCR badges, to use it, just replace the following raw stats file URL (`https://raw.githubusercontent.com/ghcr-stats/db/main/hugomods/docker/hugo.json` in this example) with yours. -![GHCR Pulls](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/hugomods/docker/main/ghcr-stats.json&query=downloads_compact&label=ghcr+pulls&style=flat-square) -![GHCR Pulls Monthly](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/hugomods/docker/main/ghcr-stats.json&query=downloads_month_compact&label=ghcr+pulls&suffix=/month&style=flat-square) -![GHCR Pulls Weekly](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/hugomods/docker/main/ghcr-stats.json&query=downloads_week_compact&label=ghcr+pulls&suffix=/week&style=flat-square) -![GHCR Pulls Daily](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/hugomods/docker/main/ghcr-stats.json&query=downloads_day_compact&label=ghcr+pulls&suffix=/day&style=flat-square) +![GHCR Pulls](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/ghcr-stats/db/main/hugomods/docker/hugo.json&query=downloads_compact&label=ghcr+pulls&style=flat-square) +![GHCR Pulls Monthly](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/ghcr-stats/db/main/hugomods/docker/hugo.json&query=downloads_month_compact&label=ghcr+pulls&suffix=/month&style=flat-square) +![GHCR Pulls Weekly](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/ghcr-stats/db/main/hugomods/docker/hugo.json&query=downloads_week_compact&label=ghcr+pulls&suffix=/week&style=flat-square) +![GHCR Pulls Daily](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/ghcr-stats/db/main/hugomods/docker/hugo.json&query=downloads_day_compact&label=ghcr+pulls&suffix=/day&style=flat-square) ```markdown -![GHCR Pulls](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/hugomods/docker/main/ghcr-stats.json&query=downloads_compact&label=ghcr+pulls&style=flat-square) -![GHCR Pulls Monthly](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/hugomods/docker/main/ghcr-stats.json&query=downloads_month_compact&label=ghcr+pulls&suffix=/month&style=flat-square) -![GHCR Pulls Weekly](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/hugomods/docker/main/ghcr-stats.json&query=downloads_week_compact&label=ghcr+pulls&suffix=/week&style=flat-square) -![GHCR Pulls Daily](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/hugomods/docker/main/ghcr-stats.json&query=downloads_day_compact&label=ghcr+pulls&suffix=/day&style=flat-square) +![GHCR Pulls](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/ghcr-stats/db/main/hugomods/docker/hugo.json&query=downloads_compact&label=ghcr+pulls&style=flat-square) +![GHCR Pulls Monthly](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/ghcr-stats/db/main/hugomods/docker/hugo.json&query=downloads_month_compact&label=ghcr+pulls&suffix=/month&style=flat-square) +![GHCR Pulls Weekly](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/ghcr-stats/db/main/hugomods/docker/hugo.json&query=downloads_week_compact&label=ghcr+pulls&suffix=/week&style=flat-square) +![GHCR Pulls Daily](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/ghcr-stats/db/main/hugomods/docker/hugo.json&query=downloads_day_compact&label=ghcr+pulls&suffix=/day&style=flat-square) ```