Skip to content

Commit

Permalink
Update README.md links
Browse files Browse the repository at this point in the history
 * Replace elasticsearch.org with www.elastic.co links
  • Loading branch information
elkargig authored and karmi committed Mar 21, 2019
1 parent 8dc0939 commit 8a5e8ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Elasticsearch

This repository contains Ruby integrations for [Elasticsearch](http://elasticsearch.org):
This repository contains Ruby integrations for [Elasticsearch](https://www.elastic.co/products/elasticsearch):

* a client for connecting to an Elasticsearch cluster,
* a Ruby API for the Elasticsearch's REST API,
Expand Down Expand Up @@ -50,7 +50,7 @@ The [`elasticsearch`](https://github.com/elasticsearch/elasticsearch-ruby/tree/m
library is a wrapper for two separate libraries:

* [`elasticsearch-transport`](https://github.com/elasticsearch/elasticsearch-ruby/tree/master/elasticsearch-transport),
which provides a low-level Ruby client for connecting to an [Elasticsearch](http://elasticsearch.org) cluster
which provides a low-level Ruby client for connecting to an [Elasticsearch](https://www.elastic.co/products/elasticsearch) cluster
* [`elasticsearch-api`](https://github.com/elasticsearch/elasticsearch-ruby/tree/master/elasticsearch-api),
which provides a Ruby API for the Elasticsearch RESTful API

Expand Down Expand Up @@ -85,7 +85,7 @@ This repository contains these additional Ruby libraries:
* [`elasticsearch-extensions`](https://github.com/elastic/elasticsearch-ruby/tree/master/elasticsearch-extensions),
which provides a set of extensions to the base library,
* [`elasticsearch-dsl`](https://github.com/elastic/elasticsearch-ruby/tree/master/elasticsearch-dsl),
which provides a Ruby API for the [Elasticsearch Query DSL](http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl.html),
which provides a Ruby API for the [Elasticsearch Query DSL](https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html),
* [`elasticsearch-xpack`](https://github.com/elastic/elasticsearch-ruby/tree/master/elasticsearch-xpack),
which provides Ruby API for the [_X-Pack_](https://www.elastic.co/products/x-pack) APIs.

Expand Down

0 comments on commit 8a5e8ec

Please sign in to comment.