aboutsummaryrefslogtreecommitdiffstats
path: root/old-ui/app/accounts/import/json.js
diff options
context:
space:
mode:
Diffstat (limited to 'old-ui/app/accounts/import/json.js')
-rw-r--r--old-ui/app/accounts/import/json.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/old-ui/app/accounts/import/json.js b/old-ui/app/accounts/import/json.js
index 8388f17a..27b9c57f 100644
--- a/old-ui/app/accounts/import/json.js
+++ b/old-ui/app/accounts/import/json.js
@@ -5,7 +5,7 @@ const actions = require('../../../../ui/app/actions')
const FileInput = require('react-simple-file-input').default
const PropTypes = require('prop-types')
-const HELP_LINK = 'https://github.com/MetaMask/faq/blob/master/README.md#q-i-cant-use-the-import-feature-for-uploading-a-json-file-the-window-keeps-closing-when-i-try-to-select-a-file'
+const HELP_LINK = 'https://github.com/DekuSan/faq/blob/master/README.md#q-i-cant-use-the-import-feature-for-uploading-a-json-file-the-window-keeps-closing-when-i-try-to-select-a-file'
class JsonImportSubview extends Component {
constructor (props) {