Skip to content

Commit 790d523

Browse files
committed
Change 'master' branch to 'main'
1 parent e39a27e commit 790d523

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.ci/jobs/defaults.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
parameters:
1616
- string:
1717
name: branch_specifier
18-
default: refs/heads/master
18+
default: refs/heads/main
1919
description: the Git branch specifier to build (<branchName>, <tagName>,
2020
<commitId>, etc.)
2121
properties:

.ci/jobs/elastic+elasticsearch-rs+master.yml renamed to .ci/jobs/elastic+elasticsearch-rs+main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
- job:
3-
name: elastic+elasticsearch-rs+master
4-
display-name: 'elastic / elasticsearch-rs # master'
5-
description: Testing the elasticsearch-rs master branch.
3+
name: elastic+elasticsearch-rs+main
4+
display-name: 'elastic / elasticsearch-rs # main'
5+
description: Testing the elasticsearch-rs main branch.
66
junit_results: "*-junit.xml"
77
parameters:
88
- string:
99
name: branch_specifier
10-
default: refs/heads/master
10+
default: refs/heads/main
1111
description: The Git branch specifier to build
1212
triggers:
1313
- github

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The workspace contains the following packages:
9696

9797
The client package crate. The client exposes all Elasticsearch APIs as associated functions, either on
9898
the root client, `Elasticsearch`, or on one of the _namespaced clients_, such as `Cat`, `Indices`, etc. The _namespaced clients_
99-
are based on the grouping of APIs within the [Elasticsearch](https://github.com/elastic/elasticsearch/tree/master/rest-api-spec) and [X-Pack](https://github.com/elastic/elasticsearch/tree/master/x-pack/plugin/src/test/resources/rest-api-spec/api) REST API specs from which much of the client is generated.
99+
are based on the grouping of APIs within the [Elasticsearch](https://github.com/elastic/elasticsearch/tree/main/rest-api-spec) and [X-Pack](https://github.com/elastic/elasticsearch/tree/main/x-pack/plugin/src/test/resources/rest-api-spec/api) REST API specs from which much of the client is generated.
100100
All API functions are `async` only, and can be `await`ed.
101101

102102
- #### `api_generator`

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The following are a list of Cargo features that can be enabled or disabled:
3434

3535
The client exposes all Elasticsearch APIs as associated functions, either on
3636
the root client, `Elasticsearch`, or on one of the _namespaced clients_, such as `Cat`, `Indices`, etc. The _namespaced clients_
37-
are based on the grouping of APIs within the [Elasticsearch](https://github.com/elastic/elasticsearch/tree/master/rest-api-spec) and [X-Pack](https://github.com/elastic/elasticsearch/tree/master/x-pack/plugin/src/test/resources/rest-api-spec/api) REST API specs from which much of the client is generated.
37+
are based on the grouping of APIs within the [Elasticsearch](https://github.com/elastic/elasticsearch/tree/main/rest-api-spec) and [X-Pack](https://github.com/elastic/elasticsearch/tree/main/x-pack/plugin/src/test/resources/rest-api-spec/api) REST API specs from which much of the client is generated.
3838
All API functions are `async` only, and can be `await`ed.
3939

4040
### Installing

0 commit comments

Comments
 (0)