Skip to content

Commit

Permalink
Update documentation to reflect new accounts page
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderEpolite committed Jan 15, 2025
1 parent 191171e commit a15c047
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ tempmail.checkV2CustomDomain("example.com").then(emails => {
});
```

To setup this, visit your account on https://accounts.tempmail.lol and migrate if you have not already.
To setup this, visit your account on https://tempmail.lol/account and migrate if you have not already.

### Webhooks

Expand Down
Binary file added bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tempmail.lol",
"version": "4.3.0",
"version": "4.3.1",
"description": "API to generate temporary email addresses.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export class TempMail {

/**
* Check a new custom domain. Note that v2 custom domains are different in the way
* the domain records are made. Please visit https://accounts.tempmail.lol and visit custom
* the domain records are made. Please visit https://tempmail.lol/account and visit custom
* domains to see how to set the records.
*
* @param domain {string} your domain.
Expand Down

0 comments on commit a15c047

Please sign in to comment.