From 39a64a3b00979f31f4a34c35a65fd4c2ec7844eb Mon Sep 17 00:00:00 2001 From: Craig Fowler Date: Thu, 25 Feb 2021 18:21:43 +0000 Subject: [PATCH] Trivial - fix URL for README badge It was irking me that when I clicked on the badge to get to the latest CI build, I'd get an error that the project didn't exist. Fixes the URL to AppVeyor to see the latest build. This also fixes the status image to the v2 branch. Once v2 is in master that querystring param fixing it to a branch should be ditched. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c8cbf168..23081108d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Nuget (with prereleases)](https://img.shields.io/nuget/vpre/Elsa)](https://www.nuget.org/packages/Elsa/2.0.0-preview5-0) [![MyGet (with prereleases)](https://img.shields.io/myget/elsa-2/vpre/Elsa?label=myget)](https://www.myget.org/gallery/elsa-2) -[![Build status](https://ci.appveyor.com/api/projects/status/wix4v6o2inamn153?svg=true)](https://ci.appveyor.com/project/sfmskywalker/elsa-2-builds) +[![Build status](https://ci.appveyor.com/api/projects/status/github/elsa-workflows/elsa-core?svg=true&branch=feature/elsa-2.0)](https://ci.appveyor.com/project/sfmskywalker/elsa) [![Gitter](https://badges.gitter.im/elsa-workflows/community.svg)](https://gitter.im/elsa-workflows/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [![Stack Overflow questions](https://img.shields.io/badge/stackoverflow-elsa_workflows-orange.svg)]( http://stackoverflow.com/questions/tagged/elsa-workflows ) ![Docker Pulls](https://img.shields.io/docker/pulls/elsaworkflows/elsa-dashboard?label=elsa%20dashboard%3Adocker%20pulls)