diff --git a/README.md b/README.md index 8466cd3655..360d9af520 100644 --- a/README.md +++ b/README.md @@ -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, @@ -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 @@ -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.