Skip to content

Commit edf22b6

Browse files
Harry Woodestolfo
authored andcommitted
Swap links elasticsearch.org->elastic.co
Search and replace to swap all links to http://www.elasticsearch.org/ for links to https://www.elastic.co/
1 parent 54f916f commit edf22b6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+101
-101
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The process for contributing to any of the [Elasticsearch](https://github.com/el
55
2. Make sure your changes don't break any existing tests, and that you add tests for both bugfixes and new functionality. Examine the coverage report generated by running `COVERAGE=true rake test:all`.
66

77
3. **Sign the contributor license agreement.**
8-
Please make sure you have signed the [Contributor License Agreement](http://www.elasticsearch.org/contributor-agreement/). We are not asking you to assign copyright to us, but to give us the right to distribute your code without restriction. We ask this of all contributors in order to assure our users of the origin and continuing existence of the code. You only need to sign the CLA once.
8+
Please make sure you have signed the [Contributor License Agreement](https://www.elastic.co/contributor-agreement/). We are not asking you to assign copyright to us, but to give us the right to distribute your code without restriction. We ask this of all contributors in order to assure our users of the origin and continuing existence of the code. You only need to sign the CLA once.
99

1010
4. Submit a pull request.
1111
Push your local changes to your forked copy of the repository and submit a pull request. In the pull request, describe what your changes do and mention the number of the issue where discussion has taken place, eg “Closes #123″.

elasticsearch-api/lib/elasticsearch/api/actions/abort_benchmark.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module Actions
2727
#
2828
# @option arguments [String] :name A benchmark name
2929
#
30-
# @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/search-benchmark.html
30+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/search-benchmark.html
3131
#
3232
def abort_benchmark(arguments={})
3333
method = HTTP_POST

elasticsearch-api/lib/elasticsearch/api/actions/benchmark.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module Actions
6262
# @option arguments [Boolean] :verbose Specify whether to return verbose statistics about each iteration
6363
# (default: false)
6464
#
65-
# @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/search-benchmark.html
65+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/search-benchmark.html
6666
#
6767
def benchmark(arguments={})
6868
method = HTTP_PUT

elasticsearch-api/lib/elasticsearch/api/actions/cat/aliases.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ module Actions
6060
# (default: false)
6161
# @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node
6262
#
63-
# @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cat-aliases.html
63+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-aliases.html
6464
#
6565
def aliases(arguments={})
6666
name = arguments.delete(:name)

elasticsearch-api/lib/elasticsearch/api/actions/cat/allocation.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ module Actions
5757
# (default: false)
5858
# @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node
5959
#
60-
# @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cat-allocation.html
60+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-allocation.html
6161
#
6262
def allocation(arguments={})
6363
node_id = arguments.delete(:node_id)

elasticsearch-api/lib/elasticsearch/api/actions/cat/count.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ module Actions
5252
# (default: false)
5353
# @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node
5454
#
55-
# @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cat-count.html
55+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-count.html
5656
#
5757
def count(arguments={})
5858
index = arguments.delete(:index)

elasticsearch-api/lib/elasticsearch/api/actions/cat/fielddata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module Actions
4040
# @option arguments [Boolean] :v Verbose mode. Display column headers
4141
# @option arguments [List] :s Comma-separated list of column names or column aliases to sort by
4242
#
43-
# @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cat-fielddata.html
43+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-fielddata.html
4444
#
4545
def fielddata(arguments={})
4646
fields = arguments.delete(:fields)

elasticsearch-api/lib/elasticsearch/api/actions/cat/health.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module Actions
4444
# (default: false)
4545
# @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node
4646
#
47-
# @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cat-health.html
47+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-health.html
4848
#
4949
def health(arguments={})
5050
method = HTTP_GET

elasticsearch-api/lib/elasticsearch/api/actions/cat/help.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module Actions
2424
#
2525
# @option arguments [Boolean] :help Return help information
2626
#
27-
# @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cat.html
27+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cat.html
2828
#
2929
def help(arguments={})
3030
method = HTTP_GET

elasticsearch-api/lib/elasticsearch/api/actions/cat/indices.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ module Actions
6666
# (default: false)
6767
# @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node
6868
#
69-
# @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cat-indices.html
69+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-indices.html
7070
#
7171
def indices(arguments={})
7272
index = arguments.delete(:index)

0 commit comments

Comments
 (0)