From a798257612f96be4190c5a13ee0b79fdb400d087 Mon Sep 17 00:00:00 2001 From: Ben Moss Date: Thu, 26 May 2011 18:04:15 -0700 Subject: [PATCH] Fixed the Travis badge to be for the right project :) Sorry, stole it from some other project and must have accidentally left it as linking to that project! --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 43b5f1c34..6979fa124 100644 --- a/README.markdown +++ b/README.markdown @@ -1,5 +1,5 @@ # Grape -[![Build Status](http://travis-ci.org/rupakg/ruby-alibris.png)](http://travis-ci.org/rupakg/ruby-alibris) +[![Build Status](http://travis-ci.org/intridea/grape.png)](http://travis-ci.org/intridea/grape) Grape is a REST-like API micro-framework for Ruby. It is built to complement existing web application frameworks such as Rails and Sinatra by providing a simple DSL to easily provide APIs. It has built-in support for common conventions such as multiple formats, subdomain/prefix restriction, and versioning.