You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sendgrid/helpers/mail/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
# Quick Start
4
4
5
-
Run the [example](https://github.com/sendgrid/sendgrid-python/tree/v3beta/examples/helpers/mail) (make sure you have set your environment variable to include your SENDGRID_API_KEY).
5
+
Run the [example](https://github.com/sendgrid/sendgrid-python/tree/master/examples/helpers/mail) (make sure you have set your environment variable to include your SENDGRID_API_KEY).
6
6
7
7
```bash
8
8
cp examples/helpers/mail_settings.py .
@@ -11,5 +11,5 @@ python mail_settings.py
11
11
12
12
## Usage
13
13
14
-
- See the [examples](https://github.com/sendgrid/sendgrid-python/tree/v3beta/examples/helpers/mail) for complete working examples.
14
+
- See the [examples](https://github.com/sendgrid/sendgrid-python/tree/master/examples/helpers/mail) for complete working examples.
0 commit comments