Skip to content

Commit d85dbbf

Browse files
Fix documentation URL for global SendGrid API host
1 parent 498e232 commit d85dbbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/use-cases/data-residency-set-hostname.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ sgMail.send(msg);
3636

3737
## Limitations
3838

39-
1. Emails can only be sent to two hosts for now; 'eu' (https://api.eu.sendgrid.com/) and 'global' (https://api.eu.sendgrid.com/)
39+
1. Emails can only be sent to two hosts for now; 'eu' (https://api.eu.sendgrid.com/) and 'global' (https://api.sendgrid.com/)
4040
2. The default data-residency is https://api.sendgrid.com/
4141
3. The valid values for `region` in `client.setDataResidency(region)` are only `eu` and `global`. Case-sensitive.

0 commit comments

Comments
 (0)