Skip to content

Commit 4234129

Browse files
authored
fix(docs): broken link for Postmark API key (#12651)
fixed broken link for Postmark API key
1 parent d47bb20 commit 4234129

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/getting-started/providers/postmark.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ If someone provides the email address of an _existing account_ when signing in,
2727

2828
## Configuration
2929

30-
1. First, you'll need to [add your domain](https://postmark.com/domains) to your Postmark account. This is required by Postmark and this domain of the address you use in the `from` provider option.
30+
1. First, you'll need to [add your domain](https://account.postmarkapp.com/sign_up) to your Postmark account. This is required by Postmark and this domain of the address you use in the `from` provider option.
3131

32-
2. Next, you will have to generate an API key in the [Postmark Dashboard](https://postmark.com/api-keys). You can save this API key as the `AUTH_POSTMARK_KEY` environment variable.
32+
2. Next, you will have to generate an API key in the [Postmark Dashboard](https://account.postmarkapp.com/api_tokens). You can save this API key as the `AUTH_POSTMARK_KEY` environment variable.
3333

3434
```sh
3535
AUTH_POSTMARK_KEY=abc

0 commit comments

Comments
 (0)