Skip to content

Commit 22944b7

Browse files
author
Sam Harrison
committed
docs: cleanup support/help/contact information
1 parent d098bfb commit 22944b7

5 files changed

Lines changed: 5 additions & 20 deletions

File tree

CONTRIBUTING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,5 +216,3 @@ Please run your code through:
216216

217217
## Code Reviews<a name="code-reviews"></a>
218218
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 <a href="https://help.github.com/articles/about-pull-request-reviews/">great information on how to review a Pull Request.</a>
219-
220-
If you have any additional questions, please feel free to [email](mailto:dx@sendgrid.com) us or create an issue in this repo.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,11 +229,11 @@ Please see our [troubleshooting guide](https://github.com/sendgrid/sendgrid-java
229229
<a name="about"></a>
230230
# About
231231

232-
sendgrid-java is guided and supported by the Twilio Developer Experience Team.
232+
sendgrid-java is maintained and funded by Twilio SendGrid, Inc. The names and logos for sendgrid-java are trademarks of Twilio SendGrid, Inc.
233233

234-
Please email the Developer Experience Team [here](mailto:dx@sendgrid.com) in case of any queries.
234+
If you need help installing or using the library, please check the [Twilio SendGrid Support Help Center](https://support.sendgrid.com).
235235

236-
sendgrid-java is maintained and funded by Twilio SendGrid, Inc. The names and logos for sendgrid-java are trademarks of Twilio SendGrid, Inc.
236+
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!
237237

238238
# License
239239

docker/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,4 @@ Due to Oracle's JDK license, you must build this Docker image using the official
2828

2929
For more detailed information, see [USAGE.md](https://github.com/sendgrid/sendgrid-java/blob/master/docker/USAGE.md).
3030

31-
# About
32-
33-
sendgrid-java is guided and supported by the Twilio Developer Experience Team.
34-
35-
sendgrid-java is maintained and funded by Twilio SendGrid, Inc. The names and logos for sendgrid-java are trademarks of SendGrid, Inc.
36-
3731
![SendGrid Logo](https://github.com/sendgrid/sendgrid-python/raw/master/twilio_sendgrid_logo.png)

docker/USAGE.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,5 @@ Testing is easy!
2828
2. `cd sendgrid-java`
2929
3. run `./gradlew test`
3030

31-
<a name="about"></a>
32-
# About
33-
34-
sendgrid-java is guided and supported by the Twilio SendGrid [Developer Experience Team](mailto:dx@sendgrid.com).
35-
36-
sendgrid-java is maintained and funded by Twilio SendGrid, Inc. The names and logos for sendgrid-java are trademarks of Twilio SendGrid, Inc.
37-
3831
![SendGrid Logo](https://github.com/sendgrid/sendgrid-python/raw/master/twilio_sendgrid_logo.png)
3932

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
<developer>
266266
<id>thinkingserious</id>
267267
<name>Elmer Thomas</name>
268-
<email>dx@sendgrid.com</email>
268+
<email>ethomas@twilio.com</email>
269269
<url>https://sendgrid.com</url>
270270
</developer>
271271
</developers>
@@ -304,4 +304,4 @@
304304
<scope>test</scope>
305305
</dependency>
306306
</dependencies>
307-
</project>
307+
</project>

0 commit comments

Comments
 (0)