From 002af10f847c7c223f8d6f9896e5bfd1cfbf85d9 Mon Sep 17 00:00:00 2001 From: KMKoushik Date: Mon, 19 Aug 2024 18:07:07 +1000 Subject: [PATCH] Add api key url --- apps/docs/api-reference/introduction.mdx | 2 +- apps/docs/get-started/nodejs.mdx | 4 ++-- apps/docs/introduction.mdx | 2 +- packages/sdk/README.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/docs/api-reference/introduction.mdx b/apps/docs/api-reference/introduction.mdx index 7616c45..8984588 100644 --- a/apps/docs/api-reference/introduction.mdx +++ b/apps/docs/api-reference/introduction.mdx @@ -21,4 +21,4 @@ Authentication to Usend's API is performed via the Authorization header with a B Authorization: Bearer us_12345 ``` -You can create a new token/API key under your Unsend [Developer Settings](https://app.unsend.dev/api-keys). +You can create a new token/API key under your Unsend [Developer Settings](https://app.unsend.dev/dev-settings/api-keys). diff --git a/apps/docs/get-started/nodejs.mdx b/apps/docs/get-started/nodejs.mdx index 51116a1..1f76b64 100644 --- a/apps/docs/get-started/nodejs.mdx +++ b/apps/docs/get-started/nodejs.mdx @@ -6,7 +6,7 @@ icon: node-js ## Prerequisites -- [Unsend API key](https://app.unsend.dev/api-keys) +- [Unsend API key](https://app.unsend.dev/dev-settings/api-keys) - [Verified domain](https://app.unsend.dev/domains) ## Using SDK @@ -33,7 +33,7 @@ icon: node-js - Get the API key from the [Unsend dashboard](https://app.unsend.dev/api-keys) and initialize the SDK + Get the API key from the [Unsend dashboard](https://app.unsend.dev/dev-settings/api-keys) and initialize the SDK ```javascript import { Unsend } from "unsend"; diff --git a/apps/docs/introduction.mdx b/apps/docs/introduction.mdx index 3bc3b7a..4d11850 100644 --- a/apps/docs/introduction.mdx +++ b/apps/docs/introduction.mdx @@ -20,7 +20,7 @@ Quicklinks to set up your account and get started Generate API key to send emails from your app. diff --git a/packages/sdk/README.md b/packages/sdk/README.md index a77344b..ebf6ee8 100644 --- a/packages/sdk/README.md +++ b/packages/sdk/README.md @@ -2,7 +2,7 @@ ## Prerequisites -- [Unsend API key](https://app.unsend.dev/api-keys) +- [Unsend API key](https://app.unsend.dev/dev-settings/api-keys) - [Verified domain](https://app.unsend.dev/domains) ## Installation