Skip to content

Commit

Permalink
Direct Flask admonition to Flask page in docs (MetaMask#1060)
Browse files Browse the repository at this point in the history
* Direct Flask admonition to Flask page in docs

https://metamask.io/flask is being deprecated, this directs the Flask admonition to the docs site instead.

* Remove unneeded attributes for local link
  • Loading branch information
Montoya authored Dec 18, 2023
1 parent 4b2999f commit 28a9bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/Admonition/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function AdmonitionWrapper(props: Props): JSX.Element {
icon={<FlaskIcon />}
title="Flask Only"
>
This feature is only available in <a href="https://metamask.io/flask" target="_blank" rel="noopener noreferrer">MetaMask Flask</a>, the canary distribution of MetaMask.
This feature is only available in <a href="https://docs.metamask.io/snaps/get-started/install-flask/">MetaMask Flask</a>, the canary distribution of MetaMask.
</Admonition>
);
}
Expand Down

0 comments on commit 28a9bfd

Please sign in to comment.