summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatt Mitchell <mmitche@microsoft.com>2015-02-03 10:02:50 -0800
committerMatt Mitchell <mmitche@microsoft.com>2015-02-03 10:02:50 -0800
commitf91584bdcd40ef4366a204ca67220c166366247d (patch)
tree008f3de4c7a5d03bfc1b23db3d6116b82aab0b4e /README.md
parentcbf46fb0b6a0b209ed1caf4a680910b383e68cba (diff)
downloadcoreclr-f91584bdcd40ef4366a204ca67220c166366247d.tar.gz
coreclr-f91584bdcd40ef4366a204ca67220c166366247d.tar.bz2
coreclr-f91584bdcd40ef4366a204ca67220c166366247d.zip
Update job names
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 e91f3b86d4..18fdc91816 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,8 @@
| |Linux|Windows|
|:-:|:-:|:-:|
-|Debug|[![Build status](http://dotnet-ci.cloudapp.net/job/zzztest_linux_debug/badge/icon)](http://dotnet-ci.cloudapp.net/job/zzztest_windows_linux_debug/)|[![Build status](http://dotnet-ci.cloudapp.net/job/zzztest_windows_debug/badge/icon)](http://dotnet-ci.cloudapp.net/job/zzztest_windows_debug/)|
-|Release|[![Build status](http://dotnet-ci.cloudapp.net/job/zzztest_linux_release/badge/icon)](http://dotnet-ci.cloudapp.net/job/zzztest_windows_linux_release/)|[![Build status](http://dotnet-ci.cloudapp.net/job/zzztest_windows_release/badge/icon)](http://dotnet-ci.cloudapp.net/job/zzztest_windows_release/)|
+|Debug|[![Build status](http://dotnet-ci.cloudapp.net/job/dotnet_coreclr_linux_debug/badge/icon)](http://dotnet-ci.cloudapp.net/job/dotnet_coreclr_linux_debug/)|[![Build status](http://dotnet-ci.cloudapp.net/job/dotnet_coreclr_windows_debug/badge/icon)](http://dotnet-ci.cloudapp.net/job/dotnet_coreclr_windows_debug/)|
+|Release|[![Build status](http://dotnet-ci.cloudapp.net/job/dotnet_coreclr_linux_release/badge/icon)](http://dotnet-ci.cloudapp.net/job/dotnet_coreclr_linux_release/)|[![Build status](http://dotnet-ci.cloudapp.net/job/dotnet_coreclr_windows_release/badge/icon)](http://dotnet-ci.cloudapp.net/job/dotnet_coreclr_windows_release/)|
The coreclr repo contains the complete runtime implementation (called "CoreCLR") for [.NET Core](http://github.com/dotnet/core). It includes RyuJIT, the .NET GC, native interop and many other components. It builds and runs on Windows. You can 'watch' the repo to see Linux and Mac support being added over the next few months.