README.md in trav3-0.2.0 vs README.md in trav3-0.2.1
- old
+ new
@@ -1,16 +1,16 @@
[![Gem Version](https://badge.fury.io/rb/trav3.svg)](http://badge.fury.io/rb/trav3)
[![Build Status](https://travis-ci.org/danielpclark/trav3.svg?branch=master)](https://travis-ci.org/danielpclark/trav3)
[![Maintainability](https://api.codeclimate.com/v1/badges/1ed07a4baea3832b6207/maintainability)](https://codeclimate.com/github/danielpclark/trav3/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/1ed07a4baea3832b6207/test_coverage)](https://codeclimate.com/github/danielpclark/trav3/test_coverage)
-[![Red The Docs](https://img.shields.io/badge/Read-the%20docs-blue.svg)](http://www.rubydoc.info/github/danielpclark/trav3/master/Trav3/Travis)
+[![Red The Docs](https://img.shields.io/badge/Read-the%20docs-blue.svg)](https://www.rubydoc.info/github/danielpclark/trav3/0af161/Trav3/Travis)
[![SayThanks.io](https://img.shields.io/badge/SayThanks.io-%E2%98%BC-1EAEDB.svg)](https://saythanks.io/to/danielpclark)
# Trav3
A simple abstraction layer for Travis CI API v3. The results from queries return either `Success`
or `RequestError` which both repsond with Hash like query methods for the JSON data or the Net::HTTP
-resonse object methods. Documentation from the API has been added to this package. Please [check it out](http://www.rubydoc.info/github/danielpclark/trav3/master/Trav3/Travis).
+resonse object methods.
## Installation
Add this line to your application's Gemfile: