From 50a9d6a0a114746d0e2388e0739fab6cdb8cd5aa Mon Sep 17 00:00:00 2001 From: Eilon Lipton Date: Wed, 8 Mar 2017 13:20:20 -0800 Subject: [PATCH] Update AppVeyor link/badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d97493f457..b9c9f22edf 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ HttpSysServer | AppVeyor | Travis | | ---- | ---- -| [![AppVeyor](https://ci.appveyor.com/api/projects/status/413hlt87c3p24on8/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/WebListener/branch/dev) | [![Travis](https://travis-ci.org/aspnet/HttpSysServer.svg?branch=dev)](https://travis-ci.org/aspnet/HttpSysServer) | +| [![AppVeyor](https://ci.appveyor.com/api/projects/status/47fv9qoe862xlr25/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/HttpSysServer/branch/dev) | [![Travis](https://travis-ci.org/aspnet/HttpSysServer.svg?branch=dev)](https://travis-ci.org/aspnet/HttpSysServer) | This repo contains a web server for ASP.NET Core based on the Windows [Http Server API](https://msdn.microsoft.com/en-us/library/windows/desktop/aa364510.aspx).