8000 chore: update GitHub branch references to use HEAD (#536) · santakd/twilio-python@ce8ccc3 · GitHub
[go: up one dir, main page]

Skip to content

Commit ce8ccc3

Browse files
chore: update GitHub branch references to use HEAD (twilio#536)
1 parent 642b846 commit ce8ccc3

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 8000 file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Before you submit your pull request consider the following guidelines:
106106
* Make your changes in a new git branch:
107107

108108
```shell
109-
git checkout -b my-fix-branch master
109+
git checkout -b my-fix-branch main
110110
```
111111

112112
* Create your patch, **including appropriate test cases**.
@@ -133,7 +133,7 @@ Before you submit your pull request consider the following guidelines:
133133
git push origin my-fix-branch
134134
```
135135

136-
In GitHub, send a pull request to `twilio-python:master`.
136+
In GitHub, send a pull request to `twilio-python:main`.
137137
If we suggest changes, then:
138138

139139
* Make the required updates.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# twilio-python
22

3-
[![Build Status](https://secure.travis-ci.org/twilio/twilio-python.png?branch=master)](https://travis-ci.org/twilio/twilio-python)
3+
[![Build Status](https://secure.travis-ci.org/twilio/twilio-python.png?branch=main)](https://travis-ci.org/twilio/twilio-python)
44
[![PyPI](https://img.shields.io/pypi/v/twilio.svg)](https://pypi.python.org/pypi/twilio)
55
[![PyPI](https://img.shields.io/pypi/pyversions/twilio.svg)](https://pypi.python.org/pypi/twilio)
66
[![Learn OSS Contribution in TwilioQuest](https://img.shields.io/static/v1?label=TwilioQuest&message=Learn%20to%20contribute%21&color=F22F46&labelColor=1f243c&style=flat-square&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAMAAAD04JH5AAAASFBMVEUAAAAZGRkcHBwjIyMoKCgAAABgYGBoaGiAgICMjIyzs7PJycnMzMzNzc3UoBfd3d3m5ubqrhfrMEDu7u739/f4vSb/3AD///9tbdyEAAAABXRSTlMAAAAAAMJrBrEAAAKoSURBVHgB7ZrRcuI6EESdyxXGYoNFvMD//+l2bSszRgyUYpFAsXOeiJGmj4NkuWx1Qeh+Ekl9DgEXOBwOx+Px5xyQhDykfgq4wG63MxxaR4ddIkg6Ul3g84vCIcjPBA5gmUMeXESrlukuoK33+33uID8TWeLAdOWsKpJYzwVMB7bOzYSGOciyUlXSn0/ABXTosJ1M1SbypZ4O4MbZuIDMU02PMbauhhHMHXbmebmALIiEbbbbbUrpF1gwE9kFfRNAJaP+FQEXCCTGyJ4ngDrjOFo3jEL5JdqjF/pueR4cCeCGgAtwmuRS6gDwaRiGvu+DMFwSBLTE3+jF8JyuV1okPZ+AC4hDFhCHyHQjdjPHUKFDlHSJkHQXMB3KpSwXNGJPcwwTdZiXlRN0gSp0zpWxNtM0beYE0nRH6QIbO7rawwXaBYz0j78gxjokDuv12gVeUuBD0MDi0OQCLvDaAho4juP1Q/jkAncXqIcCfd+7gAu4QLMACCLxpRsSuQh0igu0C9Svhi7weAGZg50L3IE3cai4IfkNZAC8dfdhsUD3CgKBVC9JE5ABAFzg4QL/taYPAAWrHdYcgfLaIgAXWJ7OV38n1LEF8tt2TH29E+QAoDoO5Ve/LtCQDmKM9kPbvCEBApK+IXzbcSJ0cIGF6e8gpcRhUDogWZ8JnaWjPXc/fNnBBUKRngiHgTUSivSzDRDgHZQOLvBQgf8rRt+VdBUUhwkU6VpJ+xcOwQUqZr+mR0kvBUgv6cB4+37hQAkXqE8PwGisGhJtN4xAHMzrsgvI7rccXqSvKh6jltGlrOHA3Xk1At3LC4QiPdX9/0ndHpGVvTjR4bZA1ypAKgVcwE5vx74ulwIugDt8e/X7JgfkucBMIAr26ndnB4UCLnDOqvteQsHlgX9N4A+c4cW3DXSPbwAAAABJRU5ErkJggg==)](https://twil.io/learn-open-source)
@@ -45,7 +45,7 @@ line:
4545
$ curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python
4646

4747
Or, you can [download the source code
48-
(ZIP)](https://github.com/twilio/twilio-python/zipball/master "twilio-python
48+
(ZIP)](https://github.com/twilio/twilio-python/zipball/main "twilio-python
4949
source code") for `twilio-python`, and then run:
5050

5151
python setup.py install

0 commit comments

Comments
 (0)
0