Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1a4f4ec

Browse files
author
Sam Harrison
committed
docs: cleanup support/help/contact information
1 parent ede0e6a commit 1a4f4ec

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,6 @@ Please run your code through:
218218
7. [Open a Pull Request](https://help.github.com/articles/using-pull-requests/)
219219
with a clear title and description against the `development` branch. All tests must be passing before we will review the PR.
220220

221-
If you have any additional questions, please feel free to [email](mailto:[email protected]) us or create an issue in this repo.
222-
223221
<a name="code-reviews"></a>
224222
## Code Reviews
225223
If you can, please look at open PRs and review them. Give feedback and help us merge these PRs much faster! If you don't know how, GitHub has some great [information on how to review a Pull Request](https://help.github.com/articles/about-pull-request-reviews/).

README.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,6 @@ We were inspired by the work done on `birdy`_ and `universalclient`_.
141141
About
142142
=====
143143

144-
**python-http-client** is guided and supported by the Twilio SendGrid `Developer Experience Team`_.
145-
146144
**python-http-client** is maintained and funded by Twilio SendGrid, Inc.
147145
The names and logos for **python-http-client** are trademarks of Twilio SendGrid, Inc.
148146

@@ -164,7 +162,6 @@ License
164162
.. _CHANGELOG: https://github.com/sendgrid/python-http-client/blob/master/CHANGELOG.md
165163
.. _birdy: https://github.com/inueni/birdy
166164
.. _universalclient: https://github.com/dgreisen/universalclient
167-
.. _Developer Experience Team: mailto:[email protected]
168165
.. _The MIT License (MIT): https://github.com/sendgrid/python-http-client/blob/master/LICENSE.md
169166
.. _this is an incredible opportunity to join our #DX team: https://sendgrid.com/careers/role/1421152/?gh_jid=1421152
170167

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
name='python_http_client',
2424
version=version,
2525
author='Elmer Thomas',
26-
author_email='dx@sendgrid.com',
26+
author_email='help@twilio.com',
2727
url='{}python-http-client'.format(base_url),
2828
download_url='{}python-http-client/tarball/{}'.format(base_url, version),
2929
packages=['python_http_client'],

0 commit comments

Comments
 (0)