Skip to content

Commit edf22b6

Browse files
Harry Woodestolfo
Harry Wood
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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)

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

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

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

+1-1
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-nodes.html
55+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-nodes.html
5656
#
5757
def nodes(arguments={})
5858
method = HTTP_GET

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ module Actions
4343
# (default: false)
4444
# @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node
4545
#
46-
# @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cat-pending-tasks.html
46+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-pending-tasks.html
4747
#
4848
def pending_tasks(arguments={})
4949
method = HTTP_GET

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ module Actions
6161
# (default: false)
6262
# @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node
6363
#
64-
# @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cat-recovery.html
64+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-recovery.html
6565
#
6666
def recovery(arguments={})
6767
index = arguments.delete(:index)

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module Actions
3333
# @option arguments [Boolean] :v Verbose mode. Display column headers
3434
# @option arguments [List] :s Comma-separated list of column names or column aliases to sort by
3535
#
36-
# @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cat-segments.html
36+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-segments.html
3737
#
3838
def segments(arguments={})
3939
method = 'GET'

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ module Actions
6565
# (default: false)
6666
# @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node
6767
#
68-
# @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cat-shards.html
68+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-shards.html
6969
#
7070
def shards(arguments={})
7171
index = arguments.delete(:index)

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module Actions
5353
# (default: false)
5454
# @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node
5555
#
56-
# @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cat-thread-pool.html
56+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-thread-pool.html
5757
#
5858
def thread_pool(arguments={})
5959
method = HTTP_GET

elasticsearch-api/lib/elasticsearch/api/actions/cluster/pending_tasks.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module Actions
3131
# (default: false)
3232
# @option arguments [Time] :master_timeout Specify timeout for connection to master
3333
#
34-
# @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cluster-pending.html
34+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-pending.html
3535
#
3636
def pending_tasks(arguments={})
3737
method = HTTP_GET

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module Actions
2222
# Delete documents which match specified query.
2323
#
2424
# Provide the query either as a "query string" query in the `:q` argument, or using the Elasticsearch's
25-
# [Query DSL](http://www.elasticsearch.org/guide/reference/query-dsl/) in the `:body` argument.
25+
# [Query DSL](https://www.elastic.co/guide/reference/query-dsl/) in the `:body` argument.
2626
#
2727
# @example Deleting documents with a simple query
2828
#

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module Actions
2525
# @option arguments [Time] :timeout Explicit operation timeout
2626
# @option arguments [Time] :master_timeout Specify timeout for connection to master
2727
#
28-
# @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/modules-scripting.html
28+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-scripting.html
2929
#
3030
def delete_script(arguments={})
3131
raise ArgumentError, "Required argument 'id' missing" unless arguments[:id]

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module Actions
2424
# @option arguments [String] :id Script ID (*Required*)
2525
# @option arguments [String] :lang Script language
2626
#
27-
# @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/modules-scripting.html#_indexed_scripts
27+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-scripting.html#_indexed_scripts
2828
#
2929
def get_script(arguments={})
3030
raise ArgumentError, "Required argument 'id' missing" unless arguments[:id]

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ module Actions
6161
# (when request body is not used)
6262
# @option arguments [String] :tokenizer The name of the tokenizer to use for the analysis
6363
#
64-
# @see http://www.elasticsearch.org/guide/reference/api/admin-indices-analyze/
64+
# @see https://www.elastic.co/guide/reference/api/admin-indices-analyze/
6565
#
6666
def analyze(arguments={})
6767
method = HTTP_GET

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module Actions
4141
# unavailable (missing, closed, etc)
4242
# @option arguments [Time] :timeout Explicit operation timeout
4343
#
44-
# @see http://www.elasticsearch.org/guide/reference/api/admin-indices-open-close/
44+
# @see https://www.elastic.co/guide/reference/api/admin-indices-open-close/
4545
#
4646
def close(arguments={})
4747
raise ArgumentError, "Required argument 'index' missing" unless arguments[:index]

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ module Actions
8282
# @option arguments [Time] :timeout Explicit operation timeout
8383
# @option arguments [Boolean] :master_timeout Timeout for connection to master
8484
#
85-
# @see http://www.elasticsearch.org/guide/reference/api/admin-indices-create-index/
85+
# @see https://www.elastic.co/guide/reference/api/admin-indices-create-index/
8686
#
8787
def create(arguments={})
8888
raise ArgumentError, "Required argument 'index' missing" unless arguments[:index]

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module Actions
4848
# @option arguments [Boolean] :allow_no_indices Ignore if a wildcard expression resolves to no concrete indices (default: false)
4949
# @option arguments [List] :expand_wildcards Whether wildcard expressions should get expanded to open or closed indices (options: open, closed, none, all) (default: open)
5050
#
51-
# @see http://www.elasticsearch.org/guide/reference/api/admin-indices-delete-index/
51+
# @see https://www.elastic.co/guide/reference/api/admin-indices-delete-index/
5252
#
5353
def delete(arguments={})
5454
method = HTTP_DELETE

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module Actions
3232
# @option arguments [String] :name The name of the alias to be deleted (*Required*)
3333
# @option arguments [Time] :timeout Explicit timestamp for the document
3434
#
35-
# @see http://www.elasticsearch.org/guide/reference/api/admin-indices-aliases/
35+
# @see https://www.elastic.co/guide/reference/api/admin-indices-aliases/
3636
#
3737
def delete_alias(arguments={})
3838
raise ArgumentError, "Required argument 'index' missing" unless arguments[:index]

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module Actions
3333
# @option arguments [String] :name The name of the template (*Required*)
3434
# @option arguments [Time] :timeout Explicit operation timeout
3535
#
36-
# @see http://www.elasticsearch.org/guide/reference/api/admin-indices-templates/
36+
# @see https://www.elastic.co/guide/reference/api/admin-indices-templates/
3737
#
3838
def delete_template(arguments={})
3939
raise ArgumentError, "Required argument 'name' missing" unless arguments[:name]

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module Actions
4141
#
4242
# @return [true,false]
4343
#
44-
# @see http://www.elasticsearch.org/guide/reference/api/admin-indices-indices-exists/
44+
# @see https://www.elastic.co/guide/reference/api/admin-indices-indices-exists/
4545
#
4646
def exists(arguments={})
4747
raise ArgumentError, "Required argument 'index' missing" unless arguments[:index]

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module Actions
4040
# @option arguments [Boolean] :local Return local information, do not retrieve the state from master node
4141
# (default: false)
4242
#
43-
# @see http://www.elasticsearch.org/guide/reference/api/admin-indices-aliases/
43+
# @see https://www.elastic.co/guide/reference/api/admin-indices-aliases/
4444
#
4545
def exists_alias(arguments={})
4646
method = HTTP_HEAD

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module Actions
2828
# @option arguments [Boolean] :local Return local information, do not retrieve the state from master node (default: false)
2929
# @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node
3030
#
31-
# @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/indices-templates.html
31+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html
3232
#
3333
def exists_template(arguments={})
3434
raise ArgumentError, "Required argument 'name' missing" unless arguments[:name]

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module Actions
3838
# unavailable (missing, closed, etc)
3939
# @option arguments [Boolean] :wait_if_ongoing If set to true the flush operation will block until the flush can be executed if another flush operation is already executing. If set to false the flush will be skipped if another flush operation is already running. (Default: true)
4040
#
41-
# @see http://www.elasticsearch.org/guide/reference/api/admin-indices-flush/
41+
# @see https://www.elastic.co/guide/reference/api/admin-indices-flush/
4242
#
4343
def flush(arguments={})
4444
method = HTTP_POST

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module Actions
3232
# @option arguments [Boolean] :include_defaults Whether to return all default setting for each of the indices.
3333
# @option arguments [Time] :master_timeout Specify timeout for connection to master
3434
#
35-
# @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/indices-get-index.html
35+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-get-index.html
3636
#
3737
def get(arguments={})
3838
raise ArgumentError, "Required argument 'index' missing" unless arguments[:index]

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module Actions
3737
# @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both. (options: open, closed, none, all)
3838
# @option arguments [Boolean] :local Return local information, do not retrieve the state from master node (default: false)
3939
#
40-
# @see http://www.elasticsearch.org/guide/reference/api/admin-indices-aliases/
40+
# @see https://www.elastic.co/guide/reference/api/admin-indices-aliases/
4141
#
4242
def get_alias(arguments={})
4343
method = HTTP_GET

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module Actions
4444
# @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both. (options: open, closed, none, all)
4545
# @option arguments [Boolean] :local Return local information, do not retrieve the state from master node (default: false)
4646
#
47-
# @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-get-field-mapping.html
47+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-get-field-mapping.html
4848
#
4949
def get_field_mapping(arguments={})
5050
arguments = arguments.clone

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ module Actions
4343
# @option arguments [Time] :master_timeout Specify timeout for connection to master
4444
# @option arguments [Boolean] :local Return local information, do not retrieve the state from master node (default: false)
4545
#
46-
# @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-get-mapping.html
46+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-get-mapping.html
4747
#
4848
def get_mapping(arguments={})
4949
method = HTTP_GET

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module Actions
4848
# @option arguments [Boolean] :local Return local information, do not retrieve the state from master node (default: false)
4949
# @option arguments [Boolean] :include_defaults Whether to return all default setting for each of the indices.
5050
#
51-
# @see http://www.elasticsearch.org/guide/reference/api/admin-indices-get-settings/
51+
# @see https://www.elastic.co/guide/reference/api/admin-indices-get-settings/
5252
#
5353
def get_settings(arguments={})
5454
method = HTTP_GET

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module Actions
3838
# @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node
3939
# @option arguments [Boolean] :local Return local information, do not retrieve the state from master node (default: false)
4040
#
41-
# @see http://www.elasticsearch.org/guide/reference/api/admin-indices-templates/
41+
# @see https://www.elastic.co/guide/reference/api/admin-indices-templates/
4242
#
4343
def get_template(arguments={})
4444
method = HTTP_GET

0 commit comments

Comments
 (0)