Permalink
Browse files

Use SVG badges in README

  • Loading branch information...
1 parent 6c0263d commit 1b573f52793864b49e0c85d3076f5b370b9a08eb @gaborcsardi gaborcsardi committed Apr 24, 2015
Showing with 4 additions and 4 deletions.
  1. +2 −2 README.Rmd
  2. +2 −2 README.md
View
@@ -8,8 +8,8 @@ knitr::opts_chunk$set(
# Download logs from the RStudio CRAN mirror
-[![Linux Build Status](https://travis-ci.org/metacran/cranlogs.png?branch=master)](https://travis-ci.org/metacran/cranlogs)
-[![Windows Build status](https://ci.appveyor.com/api/projects/status/github/metacran/cranlogs)](https://ci.appveyor.com/project/gaborcsardi/cranlogs)
+[![Linux Build Status](https://travis-ci.org/metacran/cranlogs.svg?branch=master)](https://travis-ci.org/metacran/cranlogs)
+[![Windows Build status](https://ci.appveyor.com/api/projects/status/github/metacran/cranlogs?svg=true)](https://ci.appveyor.com/project/gaborcsardi/cranlogs)
[RStudio](http://www.rstudio.com) publishes the download logs from
their CRAN package mirror daily at http://cran-logs.rstudio.com.
View
@@ -3,8 +3,8 @@
# Download logs from the RStudio CRAN mirror
-[![Linux Build Status](https://travis-ci.org/metacran/cranlogs.png?branch=master)](https://travis-ci.org/metacran/cranlogs)
-[![Windows Build status](https://ci.appveyor.com/api/projects/status/github/metacran/cranlogs)](https://ci.appveyor.com/project/gaborcsardi/cranlogs)
+[![Linux Build Status](https://travis-ci.org/metacran/cranlogs.svg?branch=master)](https://travis-ci.org/metacran/cranlogs)
+[![Windows Build status](https://ci.appveyor.com/api/projects/status/github/metacran/cranlogs?svg=true)](https://ci.appveyor.com/project/gaborcsardi/cranlogs)
[RStudio](http://www.rstudio.com) publishes the download logs from
their CRAN package mirror daily at http://cran-logs.rstudio.com.

0 comments on commit 1b573f5

Please sign in to comment.