Skip to content

Commit e1c212e

Browse files
committed
Switch to using main branch
1 parent e5bbb8f commit e1c212e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ reported the issue. Please try to include as much information as you can. Detail
2323
## Contributing via Pull Requests
2424
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:
2525

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

@@ -56,6 +56,6 @@ If you discover a potential security issue in this project we ask that you notif
5656

5757
## Licensing
5858

59-
See the [LICENSE](https://github.com/aws-cloudformation/aws-cloudformation-rpdk-python-plugin/blob/master/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
59+
See the [LICENSE](https://github.com/aws-cloudformation/aws-cloudformation-rpdk-python-plugin/blob/main/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
6060

6161
We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The CloudFormation Resource Provider Development Kit (RPDK) allows you to author
1010

1111
This plugin library helps to provide runtime bindings for the execution of your providers by CloudFormation.
1212

13-
[![Build Status](https://travis-ci.com/aws-cloudformation/cloudformation-cli-python-plugin.svg?branch=master)](https://travis-ci.com/aws-cloudformation/cloudformation-cli-python-plugin)
13+
[![Build Status](https://travis-ci.com/aws-cloudformation/cloudformation-cli-python-plugin.svg?branch=main)](https://travis-ci.com/aws-cloudformation/cloudformation-cli-python-plugin)
1414

1515
## Community
1616

@@ -81,7 +81,7 @@ For changes to the plugin, a Python virtual environment is recommended. The deve
8181
python3 -m venv env
8282
source env/bin/activate
8383
pip install -e . -e src/ \
84-
-r https://raw.githubusercontent.com/aws-cloudformation/aws-cloudformation-rpdk/master/requirements.txt
84+
-r https://raw.githubusercontent.com/aws-cloudformation/cloudformation-cli/master/requirements.txt
8585
pre-commit install
8686
```
8787

0 commit comments

Comments
 (0)