Skip to content

Commit 07ca62c

Browse files
chore: update GitHub branch references to use HEAD (#105)
1 parent f310f8f commit 07ca62c

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ cd smtpapi-python
6161

6262
##### Execute: #####
6363

64-
See the [examples folder](https://github.com/sendgrid/smtpapi-python/tree/master/examples) to get started quickly.
64+
See the [examples folder](examples) to get started quickly.
6565

6666
<a name="understanding-the-codebase"></a>
6767
## Understanding the Code Base
@@ -83,9 +83,9 @@ Builds the SMTPAPI header.
8383

8484
All PRs require passing tests before the PR will be reviewed.
8585

86-
All test files are in the [`test`](https://github.com/sendgrid/smtpapi-python/tree/master/test) directory.
86+
All test files are in the [`test`](test) directory.
8787

88-
For the purposes of contributing to this repo, please update the [`__init__.py`](https://github.com/sendgrid/smtpapi-python/blob/master/test/__init__.py) file with unit tests as you modify the code.
88+
For the purposes of contributing to this repo, please update the [`__init__.py`](test/__init__.py) file with unit tests as you modify the code.
8989

9090
```bash
9191
python setup.py install

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ubuntu:xenial
22
ENV PYTHON_VERSIONS='python2.6 python2.7 python3.4 python3.5 python3.6' \
3-
OAI_SPEC_URL="https://raw.githubusercontent.com/sendgrid/sendgrid-oai/master/oai_stoplight.json"
3+
OAI_SPEC_URL="https://raw.githubusercontent.com/sendgrid/sendgrid-oai/HEAD/oai_stoplight.json"
44

55
# install testing versions of python, including old versions, from deadsnakes
66
RUN set -x \
@@ -17,7 +17,7 @@ RUN set -x \
1717
WORKDIR /root
1818

1919
# install Prism
20-
ADD https://raw.githubusercontent.com/stoplightio/prism/master/install.sh install.sh
20+
ADD https://raw.githubusercontent.com/stoplightio/prism/HEAD/install.sh install.sh
2121
RUN chmod +x ./install.sh && \
2222
./install.sh && \
2323
rm ./install.sh

FIRST-TIMERS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@
3737
6. __Locally merge (or rebase)__ the upstream development branch into your topic branch:
3838

3939
```
40-
git pull [--rebase] upstream master
40+
git pull [--rebase] upstream main
4141
```
4242

4343
7. __Push__ your topic branch up to your fork:
4444
```
4545
git push origin <topic-branch-name>
4646
```
4747
8. __[Open a Pull Request](https://help.github.com/articles/creating-a-pull-request/#changing-the-branch-range-and-destination-repository/)__
48-
with a clear title and description against the `master` branch. All tests must be passing before we will review the PR.
48+
with a clear title and description against the `main` branch. All tests must be passing before we will review the PR.
4949

5050
### Important notice
5151
Before creating a pull request, make sure that you respect the repository's constraints regarding contributions. You can find them in the [CONTRIBUTING.md](./CONTRIBUTING.md) file.

README.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -116,24 +116,24 @@ License
116116
`The MIT License (MIT)`_
117117

118118
.. _SendGrid documentation: https://sendgrid.com/docs/API_Reference/SMTP_API/index.html
119-
.. _CHANGELOG: https://github.com/sendgrid/smtpapi-python/blob/master/CHANGELOG.md
119+
.. _CHANGELOG: https://github.com/sendgrid/smtpapi-python/blob/HEAD/CHANGELOG.md
120120
.. _free level: https://sendgrid.com/free?source=sendgrid-python
121121
.. _SENDGRID_API_KEY: https://app.sendgrid.com/settings/api_keys
122-
.. _Example Code: https://github.com/sendgrid/smtpapi-python/tree/master/examples
122+
.. _Example Code: https://github.com/sendgrid/smtpapi-python/tree/HEAD/examples
123123
.. _milestones: https://github.com/sendgrid/smtpapi-python/milestones
124-
.. _CONTRIBUTING: https://github.com/sendgrid/smtpapi-python/blob/master/CONTRIBUTING.md
125-
.. _Feature Request: https://github.com/sendgrid/smtpapi-python/blob/master/CONTRIBUTING.md#feature-request
126-
.. _Bug Reports: https://github.com/sendgrid/smtpapi-python/blob/master/CONTRIBUTING.md#submit-a-bug-report
127-
.. _Improvements to the Codebase: https://github.com/sendgrid/smtpapi-python/blob/master/CONTRIBUTING.md#improvements-to-the-codebase
128-
.. _The MIT License (MIT): https://github.com/sendgrid/smtpapi-python/blob/master/LICENSE.md
124+
.. _CONTRIBUTING: https://github.com/sendgrid/smtpapi-python/blob/HEAD/CONTRIBUTING.md
125+
.. _Feature Request: https://github.com/sendgrid/smtpapi-python/blob/HEAD/CONTRIBUTING.md#feature-request
126+
.. _Bug Reports: https://github.com/sendgrid/smtpapi-python/blob/HEAD/CONTRIBUTING.md#submit-a-bug-report
127+
.. _Improvements to the Codebase: https://github.com/sendgrid/smtpapi-python/blob/HEAD/CONTRIBUTING.md#improvements-to-the-codebase
128+
.. _The MIT License (MIT): https://github.com/sendgrid/smtpapi-python/blob/HEAD/LICENSE.md
129129

130-
.. |Travis Badge| image:: https://travis-ci.org/sendgrid/smtpapi-python.svg?branch=master
130+
.. |Travis Badge| image:: https://travis-ci.org/sendgrid/smtpapi-python.svg?branch=main
131131
:target: https://travis-ci.org/sendgrid/smtpapi-python
132132
.. |Email Notifications Badge| image:: https://dx.sendgrid.com/badge/python
133133
:target: https://dx.sendgrid.com/newsletter/python
134134
.. |Twitter Follow| image:: https://img.shields.io/twitter/follow/sendgrid.svg?style=social&label=Follow
135135
:target: https://twitter.com/sendgrid
136-
.. |Codecov branch| image:: https://img.shields.io/codecov/c/github/sendgrid/smtpapi-python/master.svg?style=flat-square&label=Codecov+Coverage
136+
.. |Codecov branch| image:: https://img.shields.io/codecov/c/github/sendgrid/smtpapi-python/main.svg?style=flat-square&label=Codecov+Coverage
137137
:target: https://codecov.io/gh/sendgrid/smtpapi-python
138138
.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/smtpapi.svg
139139
:target: https://pypi.org/project/smtpapi/
@@ -142,4 +142,4 @@ License
142142
.. |GitHub contributors| image:: https://img.shields.io/github/contributors/sendgrid/smtpapi-python.svg
143143
:target: https://github.com/sendgrid/smtpapi-python/graphs/contributors
144144
.. |MIT Licensed| image:: https://img.shields.io/badge/license-MIT-blue.svg
145-
:target: https://github.com/sendgrid/smtpapi-python/blob/master/LICENSE.md
145+
:target: https://github.com/sendgrid/smtpapi-python/blob/HEAD/LICENSE.md

twilio_sendgrid_logo.png

14.3 KB
Loading

0 commit comments

Comments
 (0)