diff --git a/README.md b/README.md index f1366eae8..6ff8e11cf 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![Twitter Follow](https://img.shields.io/twitter/follow/sendgrid.svg?style=social&label=Follow)](https://twitter.com/sendgrid) [![GitHub contributors](https://img.shields.io/github/contributors/sendgrid/sendgrid-python.svg)](https://github.com/sendgrid/sendgrid-python/graphs/contributors) -**NEW:** +**NEW:** * Subscribe to email [notifications](https://dx.sendgrid.com/newsletter/python) for releases and breaking changes. * Quickly get started with [Docker](https://github.com/sendgrid/sendgrid-python/tree/master/docker). @@ -175,7 +175,7 @@ Please see [our helper](https://github.com/sendgrid/sendgrid-python/tree/master/ # Use Cases -[Examples of common API use cases](https://github.com/sendgrid/sendgrid-python/blob/master/USE_CASES.md), such as how to send an email with a transactional template. +[Examples of common API use cases](https://github.com/sendgrid/sendgrid-python/blob/master/use_cases/README.md), such as how to send an email with a transactional template. # Announcements diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md index a68431ae5..29c0c8e89 100644 --- a/TROUBLESHOOTING.md +++ b/TROUBLESHOOTING.md @@ -111,4 +111,4 @@ print mail.get() # Error Handling -Please review [our use_cases](https://github.com/sendgrid/sendgrid-python/USE_CASES.md) for examples of error handling. +Please review [our use_cases](https://github.com/sendgrid/sendgrid-python/use_cases/README.md) for examples of error handling.