Skip to content

Commit

Permalink
Merge pull request #581 from sendgrid/usecase_link
Browse files Browse the repository at this point in the history
fixing link to use cases readme
  • Loading branch information
thinkingserious authored Jun 3, 2018
2 parents fbecdf0 + ddae3c6 commit 9bcd713
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down Expand Up @@ -175,7 +175,7 @@ Please see [our helper](https://github.com/sendgrid/sendgrid-python/tree/master/
<a name="use-cases"></a>
# 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.

<a name="announcements"></a>
# Announcements
Expand Down
2 changes: 1 addition & 1 deletion TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ print mail.get()
<a name="error-handling"></a>
# 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.

0 comments on commit 9bcd713

Please sign in to comment.