Skip to content

Commit

Permalink
Fixing broken JSON import help link (MetaMask#7910)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanml authored and yqrashawn committed Feb 10, 2020
1 parent 6eac3b1 commit 981d049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/pages/create-account/import-account/json.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { getMetaMaskAccounts } from '../../../selectors/selectors'
import Button from '../../../components/ui/button'

const HELP_LINK =
'https://metamask.zendesk.com/hc/en-us/articles/360015489351-Importing-Accounts'
'https://metamask.zendesk.com/hc/en-us/articles/360015489331-Importing-an-Account'

class JsonImportSubview extends Component {
state = {
Expand Down

0 comments on commit 981d049

Please sign in to comment.