|
1 | 1 | [](https://travis-ci.com/sendgrid/sendgrid-nodejs)
|
2 | 2 | [](https://www.npmjs.com/org/sendgrid)
|
3 | 3 |
|
4 |
| -**This package is part of a monorepo, please see [this README](../../README.md) for details.** |
| 4 | +**This package is part of a monorepo, please see [this README](https://github.com/sendgrid/sendgrid-nodejs/blob/main/README.md) for details.** |
5 | 5 |
|
6 | 6 | # Mail Service for the SendGrid v3 Web API
|
7 | 7 | This is a dedicated service for interaction with the mail endpoint of the [SendGrid v3 API](https://sendgrid.com/docs/api-reference/).
|
@@ -46,7 +46,7 @@ Verify an email address or domain in the [Sender Authentication tab](https://app
|
46 | 46 | # Quick Start, Hello Email
|
47 | 47 | The following is the minimum needed code to send a simple email. Use this example, and modify the `to` and `from` variables:
|
48 | 48 |
|
49 |
| -For more complex use cases, please see [USE_CASES.md](../../docs/use-cases/README.md#email-use-cases). |
| 49 | +For more complex use cases, please see [USE_CASES.md](https://github.com/sendgrid/sendgrid-nodejs/blob/main/docs/use-cases/README.md#email-use-cases). |
50 | 50 |
|
51 | 51 | ```js
|
52 | 52 | const sgMail = require('@sendgrid/mail');
|
@@ -94,9 +94,9 @@ All updates to this library are documented in our [CHANGELOG](../../CHANGELOG.md
|
94 | 94 | # How to Contribute
|
95 | 95 | We encourage contribution to our libraries (you might even score some nifty swag), please see our [CONTRIBUTING](https://github.com/sendgrid/sendgrid-nodejs/blob/HEAD/CONTRIBUTING.md) guide for details.
|
96 | 96 |
|
97 |
| -* [Feature Request](../../CONTRIBUTING.md#feature-request) |
98 |
| -* [Bug Reports](../../CONTRIBUTING.md#submit-a-bug-report) |
99 |
| -* [Improvements to the Codebase](../../CONTRIBUTING.md#improvements-to-the-codebase) |
| 97 | +* [Feature Request](https://github.com/sendgrid/sendgrid-nodejs/blob/main/CONTRIBUTING.md#feature-request) |
| 98 | +* [Bug Reports](https://github.com/sendgrid/sendgrid-nodejs/blob/main/CONTRIBUTING.md#submit-a-bug-report) |
| 99 | +* [Improvements to the Codebase](https://github.com/sendgrid/sendgrid-nodejs/blob/main/CONTRIBUTING.md#improvements-to-the-codebase) |
100 | 100 |
|
101 | 101 | # About
|
102 | 102 | @sendgrid/mail is maintained and funded by Twilio SendGrid, Inc. The names and logos for @sendgrid/mail are trademarks of Twilio SendGrid, Inc.
|
|
0 commit comments