Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
seaona committed Jan 23, 2025
1 parent 276ff21 commit cd550fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/root.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ AppRoot.prototype.render = function () {
h('h1', `MetaMask Vault Decryptor`),

h('a', {
href: 'https://metamask.zendesk.com/hc/en-us/articles/360018766351-How-to-use-the-Vault-Decryptor-with-the-MetaMask-Vault-Data',
href: 'https://support.metamask.io/configure/wallet/how-to-recover-your-secret-recovery-phrase/#vault-extraction-and-decryption-instructions',
target: '_blank'
}, 'How to use the Vault Decryptor with the MetaMask Vault Data'),
h('br'),
Expand Down

0 comments on commit cd550fb

Please sign in to comment.