summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2018-09-18 13:51:25 +1000
committerEdward Thomson <ethomson@edwardthomson.com>2018-09-18 13:51:25 +1000
commit464305b74e87bd008cb9b18af632844f16806327 (patch)
tree85384bb0ad3f4b5c557ae83377c11538dcfd7d65 /README.md
parentd7d0139eb3ef9d306d0229223092a9cac7da1db5 (diff)
downloadlibgit2-464305b74e87bd008cb9b18af632844f16806327.tar.gz
README: update the build badge to Azure Pipelines
VSTS is now a family of components; "Azure Pipelines" is the build and release pipeline application.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 31885970d..63f1d1931 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