Commit 464305b74e87bd008cb9b18af632844f16806327

Edward Thomson 2018-09-18T13:51:25

README: update the build badge to Azure Pipelines VSTS is now a family of components; "Azure Pipelines" is the build and release pipeline application.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/README.md b/README.md
index 3188597..63f1d19 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 libgit2 - the Git linkable library
 ==================================
 
-[![VSTS Build Status](https://libgit2.visualstudio.com/libgit2/_apis/build/status/libgit2)](https://libgit2.visualstudio.com/libgit2/_build/latest?definitionId=7)
+[![Azure Pipelines Build Status](https://dev.azure.com/libgit2/libgit2/_apis/build/status/libgit2)](https://dev.azure.com/libgit2/libgit2/_build/latest?definitionId=7)
 [![Coverity Scan Build Status](https://scan.coverity.com/projects/639/badge.svg)](https://scan.coverity.com/projects/639)
 
 `libgit2` is a portable, pure C implementation of the Git core methods