From 52cb11fb2165d0569bf210c95b9b9508031f39c1 Mon Sep 17 00:00:00 2001 From: Spencer Alger Date: Tue, 19 May 2015 20:49:45 -0700 Subject: [PATCH] fix branch names in README badges --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14a39ae36..85f129fe8 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ The official low-level Elasticsearch client for Node.js and the browser. -[![Build Status](http://img.shields.io/travis/elastic/elasticsearch-js/4.1.svg?style=flat-square)](https://travis-ci.org/elastic/elasticsearch-js?branch=4.1) -[![Coverage Status](http://img.shields.io/coveralls/elastic/elasticsearch-js/4.1.svg?style=flat-square)](https://coveralls.io/r/elastic/elasticsearch-js?branch=4.1) +[![Build Status](http://img.shields.io/travis/elastic/elasticsearch-js/master.svg?style=flat-square)](https://travis-ci.org/elastic/elasticsearch-js?branch=master) +[![Coverage Status](http://img.shields.io/coveralls/elastic/elasticsearch-js/master.svg?style=flat-square)](https://coveralls.io/r/elastic/elasticsearch-js?branch=master) [![Dependencies up to date](http://img.shields.io/david/elastic/elasticsearch-js.svg?style=flat-square)](https://david-dm.org/elastic/elasticsearch-js) ## Features