diff --git a/src/components/AccountLogin.react.js b/src/components/AccountLogin.react.js index 4c9bf66e98..7aeae351e7 100644 --- a/src/components/AccountLogin.react.js +++ b/src/components/AccountLogin.react.js @@ -60,7 +60,7 @@ module.exports = React.createClass({ }, handleClickForgotPassword: function () { - shell.openExternal('https://hub.docker.com/account/forgot-password/'); + shell.openExternal('https://hub.docker.com/reset-password/'); }, render: function () {