Skip to content

Commit e82c7e8

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

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

CONTRIBUTING.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,7 @@ Please run your code through:
190190
7. [Open a Pull Request](https://help.github.com/articles/using-pull-requests/)
191191
with a clear title and description against the `development` branch. All tests must be passing before we will review the PR.
192192

193-
If you have any additional questions, please feel free to [email](mailto:[email protected]) us or create an issue in this repo.
194-
195193
<a name="code-reviews"></a>
196194
## Code Reviews
197195

198-
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 <a href="https://help.github.com/articles/about-pull-request-reviews/">information on how to review a Pull Request.</a>
196+
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 <a href="https://help.github.com/articles/about-pull-request-reviews/">information on how to review a Pull Request.</a>

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,11 @@ Quick links:
107107
<a name="about"></a>
108108
# About
109109

110-
ruby-http-client is guided and supported by the SendGrid [Developer Experience Team](mailto:[email protected]).
110+
ruby-http-client is maintained and funded by Twilio SendGrid, Inc. The names and logos for ruby-http-client are trademarks of Twilio SendGrid, Inc.
111111

112-
ruby-http-client is maintained and funded by SendGrid, Inc. The names and logos for ruby-http-client are trademarks of SendGrid, Inc.
112+
If you need help installing or using the library, please check the [Twilio SendGrid Support Help Center](https://support.sendgrid.com).
113+
114+
If you've instead found a bug in the library or would like new features added, go ahead and open issues or pull requests against this repo!
113115

114116
# License
115117
[The MIT License (MIT)](LICENSE.md)

first-timers.md

-2
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,3 @@ We label our issues according to their difficulty level. You can find easy ones
6666

6767
7. [Open a Pull Request](https://help.github.com/articles/using-pull-requests/)
6868
with a clear title and description against the `master` branch. All tests must be passing before we will review the PR.
69-
70-
If you have any additional questions, please feel free to [email](mailto:[email protected]) us or create an issue in this repo.

ruby_http_client.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Gem::Specification.new do |spec|
55
spec.name = 'ruby_http_client'
66
spec.version = '3.5.0'
77
spec.authors = ['Elmer Thomas']
8-
spec.email = 'dx@sendgrid.com'
8+
spec.email = 'help@twilio.com'
99
spec.summary = 'A simple REST client'
1010
spec.description = 'Quickly and easily access any REST or REST-like API.'
1111
spec.homepage = 'http://github.com/sendgrid/ruby-http-client'

0 commit comments

Comments
 (0)