Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: properly direct user to /tokens instead of /account for token creation #1671

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions packages/website/pages/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ Now that you're signed up and logged in, it's time to [get your API token. ↓](

It only takes a few moments to get a free API token from Web3.Storage. This token enables you to interact with the Web3.Storage service without using the main website, enabling you to incorporate files stored using Web3.Storage directly into your applications and services.

1. Click **Account** to go to your [Web3.Storage account page](https://web3.storage/account).
1. Click **Create an API token**.
1. Hover over **Account** and click **Create an API Token** in the dropdown menu to go to your [Web3.Storage API Tokens page](https://web3.storage/tokens).
1. Enter a descriptive name for your API token and click **Create**.
1. Make a note of the **Token** field somewhere secure where you know you won't lose it. You can click **Copy** to copy your new API token to your clipboard.

Expand Down