From c9a99c10d5b6a45e85ef18c009db3b237f521a72 Mon Sep 17 00:00:00 2001 From: Spencer Alger Date: Sat, 18 Jan 2014 00:48:09 -0700 Subject: [PATCH] That didn't help anyone --- README.md | 14 +++++++------- package.json | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b1c7a2e73..a4ad65bc4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The official low-level Elasticsearch client for Node.js and the browser. ## Features - One-to-one mapping with REST API and the other official clients - - Generalized, pluggable architecture. See [Extending Core Components](http://elasticsearch.github.io/elasticsearch-js/index.html#extending) + - Generalized, pluggable architecture. See [Extending Core Components](http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/extending_core_components.html) - Configurable, automatic discovery of cluster nodes - Persistent, Keep-Alive connections - Load balancing (with pluggable selection strategy) across all available nodes. @@ -33,12 +33,12 @@ We also provide builds of the elasticsearch.js client for use in the browser. If - master: [zip](https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-master.zip), [tar.gz](https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-master.tar.gz) ## Docs - - [Quick Start](http://elasticsearch.github.io/elasticsearch-js/index.html#quick-start) - - [API](http://elasticsearch.github.io/elasticsearch-js/api.html) - - [Configuration](http://elasticsearch.github.io/elasticsearch-js/index.html#configuration) - - [Development/Contributing](http://elasticsearch.github.io/elasticsearch-js/index.html#dev) - - [Extending Core Components](http://elasticsearch.github.io/elasticsearch-js/index.html#extending) - - [Logging](http://elasticsearch.github.io/elasticsearch-js/index.html#logging) + - [Quick Start](http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/quick-start.html) + - [API](http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/api-reference-0-90.html) + - [Configuration](http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/api-conventions.html) + - [Development/Contributing](https://github.com/elasticsearch/elasticsearch-js/blob/master/CONTRIBUTING.md) + - [Extending Core Components](http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/extending_core_components.html) + - [Logging](http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/logging.html) ## Supported Elasticsearch Versions diff --git a/package.json b/package.json index 31d8f525b..9a87168fa 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "name": "elasticsearch", "description": "The official low-level Elasticsearch client for Node.js and the browser.", "main": "src/elasticsearch.js", - "homepage": "http://elasticsearch.github.io/elasticsearch-js/", + "homepage": "http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/index.html", "version": "1.2.0", "browser": { "./src/lib/connectors/index.js": "./src/lib/connectors/browser_index.js", @@ -48,7 +48,7 @@ "expect.js": "~0.2.0", "aliasify": "~1.2.4", "express": "~3.4.7", - "grunt-saucelabs": "~4.1.2" + "grunt-saucelabs": "git://github.com/spenceralger/grunt-saucelabs.git" }, "license": "Apache 2.0", "dependencies": {