From 0a136dd14a2cf14c0a3968dba281d202885dddf6 Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Mon, 4 Sep 2023 09:21:16 +0100 Subject: [PATCH] Use HTTPS for NuGet link Use HTTPS not HTTP to link to the NuGet package. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 756fdda2..bd5885f8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # JustEat.StatsD -[![NuGet version](https://buildstats.info/nuget/JustEat.StatsD?includePreReleases=false)](http://www.nuget.org/packages/JustEat.StatsD) +[![NuGet version](https://buildstats.info/nuget/JustEat.StatsD?includePreReleases=false)](https://www.nuget.org/packages/JustEat.StatsD) [![Build status](https://github.com/justeattakeaway/JustEat.StatsD/workflows/build/badge.svg?branch=main&event=push)](https://github.com/justeattakeaway/JustEat.StatsD/actions?query=workflow%3Abuild+branch%3Amain+event%3Apush) [![codecov](https://codecov.io/gh/justeattakeaway/JustEat.StatsD/branch/main/graph/badge.svg)](https://codecov.io/gh/justeattakeaway/JustEat.StatsD)