To obtain your own badge, you will first need to enable badges for your
project:
diff --git a/server.js b/server.js
index fd33852..e1a4e75 100644
--- a/server.js
+++ b/server.js
@@ -4667,7 +4667,7 @@ cache(function(data, match, sendBadge, request) {
});
}));
-// Visual Studio Online build integration.
+// Visual Studio Team Services build integration.
camp.route(/^\/vso\/build\/([^\/]+)\/([^\/]+)\/([^\/]+)\.(svg|png|gif|jpg|json)$/,
cache(function(data, match, sendBadge, request) {
var name = match[1]; // User name
diff --git a/try.html b/try.html
index cb16a4a..5c17d8e 100644
--- a/try.html
+++ b/try.html
@@ -128,7 +128,7 @@ Pixel-perfect Retina-ready Fast Consistent Hackable
 |
https://img.shields.io/circleci/token/YOURTOKEN/project/BrightFlair/PHP.Gt/master.svg |
-
Visual Studio Online: |
+
---|
Visual Studio Team services: |
 |
https://img.shields.io/vso/build/larsbrinkhoff/953a34b9-5966-4923-a48a-c41874cfb5f5/1.svg |
---|
@@ -1045,7 +1045,7 @@ is where the current server got started.
-
+
To obtain your own badge, you will first need to enable badges for your
project: