Skip to content

Commit 06b1c17

Browse files
authored
Rename master branch to main (#3820)
1 parent f6c4e26 commit 06b1c17

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ script:
7474

7575
branches:
7676
only:
77-
- master
77+
- main

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Jump To:
1717

1818
*Before you send us a pull request, please be sure that:*
1919

20-
1. You're working from the latest source on the master branch.
20+
1. You're working from the latest source on the main branch.
2121
2. You check existing open, and recently closed, pull requests to be sure
2222
that someone else hasn't already addressed the problem.
2323
3. You create an issue before working on a contribution that will take a
@@ -26,7 +26,7 @@ Jump To:
2626
*Creating a Pull Request*
2727

2828
1. Fork the repository.
29-
2. In your fork, make your change in a branch that's based on this repo's master branch.
29+
2. In your fork, make your change in a branch that's based on this repo's main branch.
3030
3. Commit the change to your fork, using a clear and descriptive commit message.
3131
4. Create a pull request, answering any questions in the pull request form.
3232

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AWS SDK for Go
22

3-
[![API Reference](https://img.shields.io/badge/api-reference-blue.svg)](https://docs.aws.amazon.com/sdk-for-go/api) [![Join the chat at https://gitter.im/aws/aws-sdk-go](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/aws/aws-sdk-go?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://api.travis-ci.com/aws/aws-sdk-go.svg?branch=master)](https://travis-ci.com/aws/aws-sdk-go) [![Apache V2 License](https://img.shields.io/badge/license-Apache%20V2-blue.svg)](https://github.com/aws/aws-sdk-go/blob/master/LICENSE.txt)
3+
[![API Reference](https://img.shields.io/badge/api-reference-blue.svg)](https://docs.aws.amazon.com/sdk-for-go/api) [![Join the chat at https://gitter.im/aws/aws-sdk-go](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/aws/aws-sdk-go?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://api.travis-ci.com/aws/aws-sdk-go.svg?branch=main)](https://travis-ci.com/aws/aws-sdk-go) [![Apache V2 License](https://img.shields.io/badge/license-Apache%20V2-blue.svg)](https://github.com/aws/aws-sdk-go/blob/main/LICENSE.txt)
44

55
aws-sdk-go is the official AWS SDK for the Go programming language.
66

@@ -511,7 +511,7 @@ great for getting started with a service, or when looking for more
511511
information about a service. While this document is not required for coding,
512512
services may supply helpful samples to look out for.
513513

514-
[SDK Examples](https://github.com/aws/aws-sdk-go/tree/master/example) -
514+
[SDK Examples](https://github.com/aws/aws-sdk-go/tree/main/example) -
515515
Included in the SDK's repo are several hand crafted examples using the SDK
516516
features and AWS services.
517517

example/service/dynamodb/unitTest/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ getter.DynamoDB.GetItem(/* ... */)
3030
## Querying in tests
3131
Construct a `fakeDynamoDB` and add the necessary methods for each of those
3232
structs (custom ones for `ItemGetter` and [whatever methods you're using for
33-
DynamoDB](https://github.com/aws/aws-sdk-go/blob/master/service/dynamodb/dynamodbiface/interface.go)),
33+
DynamoDB](https://github.com/aws/aws-sdk-go/blob/main/service/dynamodb/dynamodbiface/interface.go)),
3434
and you're good to go!
3535

3636
```go

0 commit comments

Comments
 (0)