From f63c122bd0de0714ba22c80bb2d883c062820314 Mon Sep 17 00:00:00 2001 From: moxiegirl Date: Wed, 12 Aug 2015 19:29:56 -0700 Subject: [PATCH 1/2] Update index.md Removing a go template checked in by mistake. Fixes #921 Signed-off-by: Mary Anthony --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). From 61635889abf5fb77b4e6de2b130e3d8ef0f6c3ba Mon Sep 17 00:00:00 2001 From: Warun Kietduriyakul Date: Fri, 14 Aug 2015 23:18:18 +0700 Subject: [PATCH 2/2] Bug: Incorrect Reset Password URL Signed-off-by: Warun Kietduriyakul --- src/components/AccountLogin.react.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () {