From 6f1d45c6d56c91a92ec8be335fbb8e0676261655 Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Tue, 14 Jan 2025 11:28:41 +0000 Subject: [PATCH] Fix build badge Fix-up the build badge as the old URL seems to have stopped working. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b5492d9c..943168778 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ **The latest official release can be found on [NuGet](https://www.nuget.org/profiles/aspnet-contrib) and the nightly builds on [MyGet](https://www.myget.org/gallery/aspnet-contrib)**. -[![Build status](https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers/workflows/build/badge.svg?branch=dev&event=push)](https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers/actions?query=workflow%3Abuild+branch%3Adev+event%3Apush) +[![Build status](https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers/actions/workflows/build.yml/badge.svg?branch=dev&event=push)](https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers/actions/workflows/build.yml?query=event%3Apush+branch%3Adev) > [!TIP] > While the aspnet-contrib providers are still fully supported, **developers are encouraged to use the OpenIddict client for new applications**.