summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2018-09-18 13:52:08 +1000
committerEdward Thomson <ethomson@edwardthomson.com>2018-09-18 13:52:08 +1000
commite2613039b34b9f119ca948c70ba75dd93dc1803f (patch)
tree939167bb9599d0e96bc9ded40f4035c605b4feaf /README.md
parent464305b74e87bd008cb9b18af632844f16806327 (diff)
downloadlibgit2-e2613039b34b9f119ca948c70ba75dd93dc1803f.tar.gz
README: rename "VSTS" to "Azure DevOps"ethomson/ci-rename
Visual Studio Team Services is now a family of applications named "Azure DevOps". Update the README to refer to it thusly.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 63f1d1931..7746f7051 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ in your favorite language.
[GitKraken](https://gitkraken.com/) and [gmaster](https://gmaster.io/)
and on Git hosting providers like [GitHub](https://github.com/),
[GitLab](https://gitlab.com/) and
-[Visual Studio Team Services](https://visualstudio.com/team-services/).
+[Azure DevOps](https://azure.com/devops).
We perform the merge every time you click "merge pull request".
`libgit2` is licensed under a **very permissive license** (GPLv2 with a special
@@ -107,7 +107,7 @@ What It Can Do
libgit2 provides you with the ability to manage Git repositories in the
programming language of your choice. It's used in production to power many
-applications including GitHub.com, Plastic SCM and Visual Studio Team Services.
+applications including GitHub.com, Plastic SCM and Azure DevOps.
It does not aim to replace the git tool or its user-facing commands. Some APIs
resemble the plumbing commands as those align closely with the concepts of the