Skip to content

Commit be8223d

Browse files
DanielHollandchildish-sambinoJenniferMah
authored
docs: Updated broken Readme.md links (#1126)
* Updated broken links following discussion on #1124 * Update README.md Co-authored-by: childish-sambino <[email protected]> Co-authored-by: Jennifer Mah <[email protected]>
1 parent 596c245 commit be8223d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class Program
138138
}
139139
```
140140

141-
After executing the above code, `response.StatusCode` should be `202` and you should have an email in the inbox of the `to` recipient. You can check the status of your email [in the UI](https://app.sendgrid.com/email_activity?). Alternatively, we can post events to a URL of your choice using our [Event Webhook](https://sendgrid.com/docs/API_Reference/Webhooks/event.html). This gives you data about the events that occur as Twilio SendGrid processes your email.
141+
After executing the above code, `response.StatusCode` should be `202` and you should have an email in the inbox of the `to` recipient. You can check the status of your email [in the UI](https://app.sendgrid.com/email_activity?). Alternatively, we can post events to a URL of your choice using our [Event Webhook](https://docs.sendgrid.com/for-developers/tracking-events/getting-started-event-webhook). This gives you data about the events that occur as Twilio SendGrid processes your email.
142142

143143
For more advanced cases, you can build the SendGridMessage object yourself with these minimum required settings:
144144

@@ -241,7 +241,7 @@ class Program
241241

242242
# Usage
243243

244-
- [Twilio SendGrid Docs](https://sendgrid.com/docs/API_Reference/api_v3.html)
244+
- [Twilio SendGrid Docs](https://docs.sendgrid.com/api-reference/)
245245
- [Library Usage Docs](USAGE.md)
246246
- [Example Code - .NET Core](ExampleCoreProject)
247247
- [Example Code - .NET 4.5.2+](ExampleNet45Project)

0 commit comments

Comments
 (0)