Skip to content

Commit 7eba9e6

Browse files
committed
Fixing broken link
1 parent b7c56c7 commit 7eba9e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/email-service/get-started/send-emails.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You must be using Cloudflare DNS to use Email Service.
2727

2828
## Send your first email with the REST API
2929

30-
Send an email with a single `curl` command. Replace `{account_id}` with your [Cloudflare account ID](/fundamentals/setup/find-account-and-zone-ids/) and `<API_TOKEN>` with an [API token](/fundamentals/api/get-started/create-token/).
30+
Send an email with a single `curl` command. Replace `{account_id}` with your [Cloudflare account ID](/fundamentals/account/find-account-and-zone-ids/) and `<API_TOKEN>` with an [API token](/fundamentals/api/get-started/create-token/).
3131

3232
```bash
3333
curl "https://api.cloudflare.com/client/v4/accounts/{account_id}/email/sending/send" \

0 commit comments

Comments
 (0)