Skip to content

Commit

Permalink
Fixing broken JSON import help link (#7910)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanml authored and Gudahtt committed Jan 27, 2020
1 parent ec3a4a7 commit 7bb8b18
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 @@ const { DEFAULT_ROUTE } = require('../../../helpers/constants/routes')
const { getMetaMaskAccounts } = require('../../../selectors/selectors')
import Button from '../../../components/ui/button'

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

class JsonImportSubview extends Component {
constructor (props) {
Expand Down

0 comments on commit 7bb8b18

Please sign in to comment.