Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refer to main branch #685

Merged
merged 1 commit into from
Jan 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: ci

on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ reported the issue. Please try to include as much information as you can. Detail

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

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

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

## Licensing

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.
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.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ service ExampleService {

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

# License
Expand Down
2 changes: 1 addition & 1 deletion docs/source/1.0/guides/building-models/gradle-plugin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,6 @@ Complete Examples
For several complete examples, see the `examples directory`_ of the Smithy
Gradle plugin repository.

.. _examples directory: https://github.com/awslabs/smithy-gradle-plugin/tree/master/examples
.. _examples directory: https://github.com/awslabs/smithy-gradle-plugin/tree/main/examples
.. _Smithy Gradle plugin: https://github.com/awslabs/smithy-gradle-plugin/
.. _Gradle: https://gradle.org/
2 changes: 1 addition & 1 deletion docs/source/1.0/spec/aws/aws-restjson1-protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ Protocol compliance tests
-------------------------

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

These compliance tests define a model that is used to define test cases and
the expected serialized HTTP requests and responses for each case.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/1.0/spec/aws/aws-restxml-protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ Protocol compliance tests
-------------------------

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

These compliance tests define a model that is used to define test cases and
the expected serialized HTTP requests and responses for each case.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,7 @@ Finally, the complete ``weather.smithy`` model should look like:
}
}

.. _examples directory: https://github.com/awslabs/smithy-gradle-plugin/tree/master/examples
.. _examples directory: https://github.com/awslabs/smithy-gradle-plugin/tree/main/examples
.. _Tagged union: https://en.wikipedia.org/wiki/Tagged_union
.. _Smithy Gradle Plugin: https://github.com/awslabs/smithy-gradle-plugin/
.. _gradle installed: https://gradle.org/install/
2 changes: 1 addition & 1 deletion smithy-build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ projections of a model, and generate build artifacts.


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