Skip to content

Commit f1b54f9

Browse files
committed
Update elasticsearch gem README
1 parent 89ab690 commit f1b54f9

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

elasticsearch/README.md

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Elasticsearch
22

3-
The `elasticsearch` library provides a Ruby client and API for [Elasticsearch](http://elasticsearch.org).
3+
The `elasticsearch` library provides a Ruby client and API for [Elasticsearch](http://elasticsearch.com).
44

55
Features overview:
66

@@ -55,7 +55,7 @@ or install it from a source code checkout:
5555
This library is a wrapper for two separate libraries:
5656

5757
* [`elasticsearch-transport`](https://github.com/elasticsearch/elasticsearch-ruby/tree/master/elasticsearch-transport),
58-
which provides a low-level Ruby client for connecting to an [Elasticsearch](http://elasticsearch.org) cluster
58+
which provides a low-level Ruby client for connecting to an [Elasticsearch](http://elasticsearch.com) cluster
5959
* [`elasticsearch-api`](https://github.com/elasticsearch/elasticsearch-ruby/tree/master/elasticsearch-api),
6060
which provides a Ruby API for the Elasticsearch RESTful API
6161

@@ -89,16 +89,19 @@ Please refer to the specific library documentation for details:
8989

9090
This software is licensed under the Apache 2 license, quoted below.
9191

92-
Copyright (c) 2013 Elasticsearch <http://www.elasticsearch.org>
93-
94-
Licensed under the Apache License, Version 2.0 (the "License");
95-
you may not use this file except in compliance with the License.
92+
Licensed to Elasticsearch B.V. under one or more contributor
93+
license agreements. See the NOTICE file distributed with
94+
this work for additional information regarding copyright
95+
ownership. Elasticsearch B.V. licenses this file to you under
96+
the Apache License, Version 2.0 (the "License"); you may
97+
not use this file except in compliance with the License.
9698
You may obtain a copy of the License at
97-
98-
http://www.apache.org/licenses/LICENSE-2.0
99-
100-
Unless required by applicable law or agreed to in writing, software
101-
distributed under the License is distributed on an "AS IS" BASIS,
102-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
103-
See the License for the specific language governing permissions and
104-
limitations under the License.
99+
100+
http://www.apache.org/licenses/LICENSE-2.0
101+
102+
Unless required by applicable law or agreed to in writing,
103+
software distributed under the License is distributed on an
104+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
105+
KIND, either express or implied. See the License for the
106+
specific language governing permissions and limitations
107+
under the License.

0 commit comments

Comments
 (0)