From 9a1b6411ef7d8622f5fc7584ce07d438038c79b8 Mon Sep 17 00:00:00 2001 From: pricklypointer <168067559+pricklypointer@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:21:41 -0700 Subject: [PATCH] Fix downloads count badge (#4922) * Fix downloads count badge * Term -> Plots * use https --------- Co-authored-by: Simon Christ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60186c7a6..fec56f006 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] [![Codecov](https://codecov.io/gh/JuliaPlots/Plots.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaPlots/Plots.jl) -[![Plots Downloads](https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/Plots)](https://pkgs.genieframework.com?packages=Plots) +[![Plots Downloads](https://img.shields.io/badge/dynamic/json?url=http%3A%2F%2Fjuliapkgstats.com%2Fapi%2Fv1%2Fmonthly_downloads%2FPlots&query=total_requests&suffix=%2Fmonth&label=Downloads)](https://juliapkgstats.com/pkg/Plots) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4725317.svg)](https://doi.org/10.5281/zenodo.4725317) This is the DOI for all Versions, please follow the link to get the DOI for a specific version.