From d94fb7437405705b74783d7f7208fe2d755b8444 Mon Sep 17 00:00:00 2001 From: Benjamin Reynolds Date: Tue, 21 Mar 2017 16:54:41 -0500 Subject: [PATCH] Fix appveyor badge A slight syntax error on the appveyor badge was causing the markdown not to display and link correctly. In addition, this commit ensures that the appveyor badge links to the builds that it is representing and not all builds for the project. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03b3aa8445..e402b4cee3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![appveyor build](https://ci.appveyor.com/api/projects/status/github/bitwarden/core?branch=master&svg=true)] (https://ci.appveyor.com/project/bitwarden/core) +[![appveyor build](https://ci.appveyor.com/api/projects/status/github/bitwarden/core?branch=master&svg=true)](https://ci.appveyor.com/project/bitwarden/core/branch/master) [![Join the chat at https://gitter.im/bitwarden/Lobby](https://badges.gitter.im/bitwarden/Lobby.svg)](https://gitter.im/bitwarden/Lobby) # bitwarden Core