Skip to content

Commit

Permalink
Merge pull request #656 from joshuadeguzman/patch-1
Browse files Browse the repository at this point in the history
Fix helper mail_example redirection link
  • Loading branch information
thinkingserious authored Oct 11, 2018
2 parents a319a30 + fe4f43b commit 0b68316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ pip install sendgrid

## Hello Email

The following is the minimum needed code to send an email with the [/mail/send Helper](https://github.com/sendgrid/sendgrid-python/tree/master/sendgrid/helpers/mail) ([here](https://github.com/sendgrid/sendgrid-python/blob/master/examples/helpers/mail/mail_example.py#L20) is a full example):
The following is the minimum needed code to send an email with the [/mail/send Helper](https://github.com/sendgrid/sendgrid-python/tree/master/sendgrid/helpers/mail) ([here](https://github.com/sendgrid/sendgrid-python/blob/master/examples/helpers/mail_example.py) is a full example):

### With Mail Helper Class

Expand Down

0 comments on commit 0b68316

Please sign in to comment.