From ff8e925976345f3d25ef7bf13fbd2258d839b2d4 Mon Sep 17 00:00:00 2001 From: Spencer Alger Date: Thu, 10 Jul 2014 09:44:15 -0700 Subject: [PATCH] updated link to jenkins --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f65020df..e754e10ff 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Check out the [Browser Builds](http://www.elasticsearch.org/guide/en/elasticsear ## Supported Elasticsearch Versions -[![Supporting Elasticsearch Version 0.90 to 1.2](http://img.shields.io/badge/elasticsearch-0.90--1.2-green.svg)](https://build.elasticsearch.org/job/es-js_nightly/) +[![Supporting Elasticsearch Version 0.90 to 1.2](http://img.shields.io/badge/elasticsearch-0.90--1.2-green.svg)](http://build.elasticsearch.com/job/es-js_nightly/) Elasticsearch.js provides support for, and is regularly tested against, Elasticsearch releases 0.90.12 and greater. We also test against the latest changes in several branches in the Elasticsearch repository. To tell the client which version of Elastisearch you are using, and therefore the API it should provide, set the `apiVersion` config param. [More info](http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/configuration.html#_config_options)