Skip to content

Commit

Permalink
Fixed the incorrect links to Travis and CodeClimate in the main README
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
karmi committed Feb 12, 2017
1 parent c18d0a9 commit 49e93a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Article.create title: 'Test'

## Development

[![Build Status](https://travis-ci.org/elastic/elasticsearch-ruby.svg?branch=master)](https://travis-ci.org/elastic/elasticsearch-ruby) [![Code Climate](https://codeclimate.com/github/elastic/elasticsearch-ruby/badges/gpa.svg)](https://codeclimate.com/github/elastic/elasticsearch-ruby)
[![Build Status](https://travis-ci.org/elastic/elasticsearch-rails.svg?branch=master)](https://travis-ci.org/elastic/elasticsearch-rails) [![Code Climate](https://codeclimate.com/github/elastic/elasticsearch-rails/badges/gpa.svg)](https://codeclimate.com/github/elastic/elasticsearch-rails)

To work on the code, clone the repository and install all dependencies first:

Expand Down

0 comments on commit 49e93a3

Please sign in to comment.