diff --git a/packages/client/README.md b/packages/client/README.md index e0a2dec3..a02be7ee 100644 --- a/packages/client/README.md +++ b/packages/client/README.md @@ -109,7 +109,7 @@ We encourage contribution to our libraries (you might even score some nifty swag # Troubleshooting -Please see our [troubleshooting guide](../../TROUBLESHOOTING.md) for common library issues. +Please see our [troubleshooting guide](https://github.com/sendgrid/sendgrid-nodejs/blob/main/TROUBLESHOOTING.md) for common library issues. # About diff --git a/packages/contact-importer/README.md b/packages/contact-importer/README.md index e61ac856..23e3ff91 100644 --- a/packages/contact-importer/README.md +++ b/packages/contact-importer/README.md @@ -15,7 +15,7 @@ We encourage contribution to our libraries (you might even score some nifty swag # Troubleshooting -Please see our [troubleshooting guide](../../TROUBLESHOOTING.md) for common library issues. +Please see our [troubleshooting guide](https://github.com/sendgrid/sendgrid-nodejs/blob/main/TROUBLESHOOTING.md) for common library issues. # About diff --git a/packages/inbound-mail-parser/README.md b/packages/inbound-mail-parser/README.md index b059a28f..8a06ae0f 100644 --- a/packages/inbound-mail-parser/README.md +++ b/packages/inbound-mail-parser/README.md @@ -41,7 +41,7 @@ We encourage contribution to our libraries (you might even score some nifty swag # Troubleshooting -Please see our [troubleshooting guide](../../TROUBLESHOOTING.md) for common library issues. +Please see our [troubleshooting guide](https://github.com/sendgrid/sendgrid-nodejs/blob/main/TROUBLESHOOTING.md) for common library issues. # About diff --git a/packages/mail/README.md b/packages/mail/README.md index 0b34dffc..eb3e9596 100644 --- a/packages/mail/README.md +++ b/packages/mail/README.md @@ -85,7 +85,7 @@ sgMail After executing the above code, you should have an email in the inbox of the 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. # Troubleshooting -Please see our [troubleshooting guide](../../TROUBLESHOOTING.md) for common library issues. +Please see our [troubleshooting guide](https://github.com/sendgrid/sendgrid-nodejs/blob/main/TROUBLESHOOTING.md) for common library issues. # Announcements All updates to this library are documented in our [CHANGELOG](../../CHANGELOG.md) and [releases](https://github.com/sendgrid/sendgrid-nodejs/releases).