Commit 5b6cdca6 authored by tom's avatar tom

fix link for api keys docs

parent 2dd8ef35
...@@ -56,7 +56,7 @@ const ApiKeysPage: React.FC = () => { ...@@ -56,7 +56,7 @@ const ApiKeysPage: React.FC = () => {
const description = ( const description = (
<AccountPageDescription> <AccountPageDescription>
Create API keys to use for your RPC and EthRPC API requests. For more information, see { space } Create API keys to use for your RPC and EthRPC API requests. For more information, see { space }
<Link href="#">“How to use a Blockscout API key”</Link>. <Link href="https://docs.blockscout.com/for-users/api#api-keys">“How to use a Blockscout API key”</Link>.
</AccountPageDescription> </AccountPageDescription>
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment