@@ -6,7 +6,7 @@ please refer to it, unless you want to use this library standalone.**
66----
77
88The ` elasticsearch-transport ` library provides a low-level Ruby client for connecting
9- to an [ Elasticsearch] ( http://elasticsearch.org ) cluster.
9+ to an [ Elasticsearch] ( http://elasticsearch.com ) cluster.
1010
1111It handles connecting to multiple nodes in the cluster, rotating across connections,
1212logging and tracing requests and responses, maintaining failed connections,
@@ -194,7 +194,7 @@ Elasticsearch by default dynamically discovers new nodes in the cluster. You can
194194in the client, and periodically check for new nodes to spread the load.
195195
196196To retrieve and use the information from the
197- [ _ Nodes Info API_ ] ( http://www.elasticsearch.org /guide/reference/api/admin- cluster-nodes-info/ )
197+ [ _ Nodes Info API_ ] ( http://www.elastic.co /guide/en/elasticsearch/ reference/current/ cluster-nodes-info.html )
198198on every 10,000th request:
199199
200200 Elasticsearch::Client.new hosts: ['localhost:9200', 'localhost:9201'], reload_connections: true
@@ -460,16 +460,19 @@ can use Ruby 2.x syntax and features.
460460
461461This software is licensed under the Apache 2 license, quoted below.
462462
463- Copyright (c) 2013 Elasticsearch <http://www.elasticsearch.org>
464-
465- Licensed under the Apache License, Version 2.0 (the "License");
466- you may not use this file except in compliance with the License.
463+ Licensed to Elasticsearch B.V. under one or more contributor
464+ license agreements. See the NOTICE file distributed with
465+ this work for additional information regarding copyright
466+ ownership. Elasticsearch B.V. licenses this file to you under
467+ the Apache License, Version 2.0 (the "License"); you may
468+ not use this file except in compliance with the License.
467469 You may obtain a copy of the License at
468-
469- http://www.apache.org/licenses/LICENSE-2.0
470-
471- Unless required by applicable law or agreed to in writing, software
472- distributed under the License is distributed on an "AS IS" BASIS,
473- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
474- See the License for the specific language governing permissions and
475- limitations under the License.
470+
471+ http://www.apache.org/licenses/LICENSE-2.0
472+
473+ Unless required by applicable law or agreed to in writing,
474+ software distributed under the License is distributed on an
475+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
476+ KIND, either express or implied. See the License for the
477+ specific language governing permissions and limitations
478+ under the License.
0 commit comments