Skip to content

Commit

Permalink
Merge pull request fullscale#52 from spenceralger/patch-1
Browse files Browse the repository at this point in the history
Updated documentation links
  • Loading branch information
mattweber committed Mar 15, 2014
2 parents e593aef + a9e9744 commit a6f93d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# elastic.js

A JavaScript implementation of the [ElasticSearch](http://www.elasticsearch.org/) DSL for use with the [official elasticsearch javascript client](http://elasticsearch.github.io/elasticsearch-js/index.html).
A JavaScript implementation of the [ElasticSearch](http://www.elasticsearch.org/) DSL for use with the [official elasticsearch javascript client](http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/index.html).

## Documentation
You can find the official documentation at the following locations:
Expand All @@ -16,7 +16,7 @@ and [here](https://gist.github.com/egaumer).

### Search

See http://elasticsearch.github.io/elasticsearch-js/api.html#search.
See http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/api-reference.html#api-search.

```
client.search({
Expand All @@ -31,7 +31,7 @@ client.search({

### Suggest

See http://elasticsearch.github.io/elasticsearch-js/api.html#suggest
See http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/api-reference.html#api-suggest

```
client.suggest({
Expand All @@ -46,7 +46,7 @@ client.suggest({

### Multi-Search

See http://elasticsearch.github.io/elasticsearch-js/api.html#msearch
See http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/api-reference.html#api-msearch

```
client.msearch({
Expand Down

0 comments on commit a6f93d8

Please sign in to comment.