Skip to content

Commit bd14b65

Browse files
Chase Coalwellsrchase
authored andcommitted
Refer to main branch
1 parent 8b376fe commit bd14b65

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: ci
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66
pull_request:
7-
branches: [master]
7+
branches: [main]
88

99
jobs:
1010
build:

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ reported the issue. Please try to include as much information as you can. Detail
2525

2626
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:
2727

28-
1. You are working against the latest source on the *master* branch.
28+
1. You are working against the latest source on the *main* branch.
2929
2. You check existing open, and recently merged, pull requests to make sure someone else hasn't addressed the problem already.
3030
3. You open an issue to discuss any significant work - we would hate for your time to be wasted.
3131

@@ -65,4 +65,4 @@ If you discover a potential security issue in this project we ask that you notif
6565

6666
## Licensing
6767

68-
See the [LICENSE](https://github.com/awslabs/smithy/blob/master/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
68+
See the [LICENSE](https://github.com/awslabs/smithy/blob/main/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ service ExampleService {
7070

7171
Find out more about building artifacts of your Smithy model in the [Building
7272
Smithy Models][building] guide. For more examples, see the
73-
[examples directory](https://github.com/awslabs/smithy-gradle-plugin/tree/master/examples)
73+
[examples directory](https://github.com/awslabs/smithy-gradle-plugin/tree/main/examples)
7474
of the Smithy Gradle Plugin repository.
7575

7676
# License

docs/source/1.0/guides/building-models/gradle-plugin.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,6 @@ Complete Examples
355355
For several complete examples, see the `examples directory`_ of the Smithy
356356
Gradle plugin repository.
357357

358-
.. _examples directory: https://github.com/awslabs/smithy-gradle-plugin/tree/master/examples
358+
.. _examples directory: https://github.com/awslabs/smithy-gradle-plugin/tree/main/examples
359359
.. _Smithy Gradle plugin: https://github.com/awslabs/smithy-gradle-plugin/
360360
.. _Gradle: https://gradle.org/

docs/source/1.0/spec/aws/aws-restjson1-protocol.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ Protocol compliance tests
332332
-------------------------
333333

334334
A full compliance test suite is provided and SHALL be considered a normative
335-
reference: https://github.com/awslabs/smithy/tree/master/smithy-aws-protocol-tests/model/awsJson1_1
335+
reference: https://github.com/awslabs/smithy/tree/main/smithy-aws-protocol-tests/model/awsJson1_1
336336

337337
These compliance tests define a model that is used to define test cases and
338338
the expected serialized HTTP requests and responses for each case.

docs/source/1.0/spec/aws/aws-restxml-protocol.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ Protocol compliance tests
373373
-------------------------
374374

375375
A full compliance test suite is provided and SHALL be considered a normative
376-
reference: https://github.com/awslabs/smithy/tree/master/smithy-aws-protocol-tests/model/restXml
376+
reference: https://github.com/awslabs/smithy/tree/main/smithy-aws-protocol-tests/model/restXml
377377

378378
These compliance tests define a model that is used to define test cases and
379379
the expected serialized HTTP requests and responses for each case.

docs/source/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1249,7 +1249,7 @@ Finally, the complete ``weather.smithy`` model should look like:
12491249
}
12501250
}
12511251

1252-
.. _examples directory: https://github.com/awslabs/smithy-gradle-plugin/tree/master/examples
1252+
.. _examples directory: https://github.com/awslabs/smithy-gradle-plugin/tree/main/examples
12531253
.. _Tagged union: https://en.wikipedia.org/wiki/Tagged_union
12541254
.. _Smithy Gradle Plugin: https://github.com/awslabs/smithy-gradle-plugin/
12551255
.. _gradle installed: https://gradle.org/install/

smithy-build/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ projections of a model, and generate build artifacts.
55

66

77
- [Online documentation](https://awslabs.github.io/smithy/guides/building-models/build-config.html)
8-
- [Documentation source](https://github.com/awslabs/smithy/blob/master/docs/source/guides/building-models/build-config.rst)
8+
- [Documentation source](https://github.com/awslabs/smithy/blob/main/docs/source/guides/building-models/build-config.rst)

0 commit comments

Comments
 (0)