Skip to content

Commit 7d62da1

Browse files
authored
docs: Fix broken url on npmjs (#1376)
Some of the links in the package's [npmjs](https://www.npmjs.com/package/@sendgrid/mail) landing page are broken because of being referenced by the relative path. This pr updates the links by referencing the document using the URLs which resolves the issue.
1 parent 3bab53b commit 7d62da1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/mail/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![BuildStatus](https://travis-ci.com/sendgrid/sendgrid-nodejs.svg?branch=main)](https://travis-ci.com/sendgrid/sendgrid-nodejs)
22
[![npm version](https://badge.fury.io/js/%40sendgrid%2Fclient.svg)](https://www.npmjs.com/org/sendgrid)
33

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.**
55

66
# Mail Service for the SendGrid v3 Web API
77
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
4646
# Quick Start, Hello Email
4747
The following is the minimum needed code to send a simple email. Use this example, and modify the `to` and `from` variables:
4848

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).
5050

5151
```js
5252
const sgMail = require('@sendgrid/mail');
@@ -94,9 +94,9 @@ All updates to this library are documented in our [CHANGELOG](../../CHANGELOG.md
9494
# How to Contribute
9595
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.
9696

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)
100100

101101
# About
102102
@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

Comments
 (0)