diff --git a/docs/index.md b/docs/index.md index 2d81b7c047..0fbbf1dd1b 100755 --- a/docs/index.md +++ b/docs/index.md @@ -11,6 +11,6 @@ weight=2 # Kitematic -Kitematic, the Docker GUI, runs on Mac OS X and Windows operating systems. Beginning with the 1.8 Docker release, you use the Docker Toolbox to install Kitematic. See the [Mac OS X installation guide]({{% thebaseurl %}}mac) or the [Windows installation guide]({{% thebaseurl %}}installation/windows) for details on installing with Docker Toolbox. +Kitematic, the Docker GUI, runs on Mac OS X and Windows operating systems. Beginning with the 1.8 Docker release, you use the Docker Toolbox to install Kitematic. See the [Mac OS X installation guide](https://docs.docker.com/mac) or the [Windows installation guide](https://docs.docker.com/installation/windows) for details on installing with Docker Toolbox. For information about using Kitematic, take a look at the [User Guide](userguide). 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 () {