-
Notifications
You must be signed in to change notification settings - Fork 714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed link in README.md #633
Conversation
Fixed link for mail_example at line 87
Codecov Report
@@ Coverage Diff @@
## master #633 +/- ##
=======================================
Coverage 84.77% 84.77%
=======================================
Files 35 35
Lines 1156 1156
Branches 172 172
=======================================
Hits 980 980
Misses 90 90
Partials 86 86 Continue to review full report at Codecov.
|
@@ -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#L20) is a full example): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please update the link to go to the new line number mail_example.py#L9 instead, and also update the [/mail/send Helper] link on this line? Thanks.
Hello @vinayak42, |
Fixed link for mail_example at line 87
Fixes
Checklist
Short description of what this PR does:
If you have questions, please send an email to SendGrid, or file a GitHub Issue in this repository.