Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Moreno <joaomoreno@users.noreply.github.com>2015-11-26 21:07:12 +0300
committerJoão Moreno <joaomoreno@users.noreply.github.com>2015-11-26 21:07:12 +0300
commitdf04b1f090d038f813fcf7914021c904723dd7f3 (patch)
tree4da696e0a2a7493008e5502da5524c5c276ffa07 /README.md
parentbb123ee62104297977e29e0f3c782317a5d30d40 (diff)
fix appveyor badge
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 24095f6f5c8..f3ef3ceca03 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Visual Studio Code - Open Source
-[![Build Status](https://travis-ci.org/Microsoft/vscode.svg?branch=master)](https://travis-ci.org/Microsoft/vscode) [![Build status](https://ci.appveyor.com/api/projects/status/njqjjghtcsb3xhje?svg=true)](https://ci.appveyor.com/project/joaomoreno/vscode)
+[![Build Status](https://travis-ci.org/Microsoft/vscode.svg?branch=master)](https://travis-ci.org/Microsoft/vscode) [![Build status](https://ci.appveyor.com/api/projects/status/vuhlhg80tj3e2a0l?svg=true)](https://ci.appveyor.com/project/VSCode/vscode)
[VS Code](http://code.visualstudio.com) is a new type of tool that combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle. Code provides comprehensive editing and debugging support, an extensibility model, and lightweight integration with existing tools.