From 2cd9ccabf7e3b34e6c588ec9b1223c8d88112403 Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Fri, 24 Nov 2017 14:07:13 +0000 Subject: [PATCH] Replace AppVeyor status badge URL with working one --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 422aaf604c..c3c0a4d380 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Templates -AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/aspnetci/templating?branch=dev)](https://ci.appveyor.com/project/aspnetci/templating/branch/dev) +AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/github/aspnet/templating?branch=dev&svg=true)](https://ci.appveyor.com/project/aspnetci/templating/branch/dev) ## Getting Started ASP.NET Templates provide project templates which are used in .NET Core for creating ASP.NET Core applications.