From 38598d6216a4f28c32032b19857ba6ad09e8c17c Mon Sep 17 00:00:00 2001 From: Thaddee Tyl Date: Sun, 8 Feb 2015 02:31:53 +0100 Subject: [PATCH] Use the new SVG badge style See http://shields.io for more information. Full disclosure: I am the maintainer of shields.io and of the SVG badges that came from this project. The rationale and effort behind switching to the new SVG badge style is detailed here: https://github.com/badges/shields/issues/185#issuecomment-65898604 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ce372dce290..e010377a05a9 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ | |Linux|Windows| |:-:|:-:|:-:| -|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/)| +|Debug|[![Build status](https://img.shields.io/jenkins/s/http/dotnet-ci.cloudapp.net/dotnet_coreclr_linux_debug.svg)](http://dotnet-ci.cloudapp.net/job/dotnet_coreclr_linux_debug/)|[![Build status](https://img.shields.io/jenkins/s/http/dotnet-ci.cloudapp.net/dotnet_coreclr_windows_debug.svg)](http://dotnet-ci.cloudapp.net/job/dotnet_coreclr_windows_debug/)| +|Release|[![Build status](https://img.shields.io/jenkins/s/http/dotnet-ci.cloudapp.net/dotnet_coreclr_linux_release.svg)](http://dotnet-ci.cloudapp.net/job/dotnet_coreclr_linux_release/)|[![Build status](https://img.shields.io/jenkins/s/http/dotnet-ci.cloudapp.net/dotnet_coreclr_windows_release.svg)](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.