Skip to content

Commit 903c9cb

Browse files
docs: Fix link that has drifted (sendgrid#1052)
1 parent 27843fe commit 903c9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ print(response.body)
9898
print(response.headers)
9999
```
100100

101-
The `Mail` constructor creates a [personalization object](https://sendgrid.com/docs/Classroom/Send/v3_Mail_Send/personalizations.html) for you. [Here](examples/helpers/mail_example.py#L16) is an example of how to add it.
101+
The `Mail` constructor creates a [personalization object](https://sendgrid.com/docs/Classroom/Send/v3_Mail_Send/personalizations.html) for you. [Here](examples/helpers/mail_example.py#L28) is an example of how to add it.
102102

103103
### Without Mail Helper Class
104104

0 commit comments

Comments
 (0)