diff --git a/site/layouts/partials/footer.html b/site/layouts/partials/footer.html index 4c4bd12dce..9af0b7fddb 100755 --- a/site/layouts/partials/footer.html +++ b/site/layouts/partials/footer.html @@ -51,7 +51,7 @@ // var winDownloadLink = "https://github.com/docker/toolbox/releases/download/v1.7.0/DockerToolbox.exe"; // var macDownloadLink = "https://github.com/docker/toolbox/releases/download/v1.7.0/DockerToolbox.pkg"; var winDownloadLink = "https://slack-files.com/files-pub/T026DFMG3-F07GQP802-259c4579e0/download/dockertoolbox.exe"; - var macDownloadLink = "https://slack-files.com/files-pub/T026DFMG3-F07GQD540-4d022c84f8/download/dockertoolbox.pkg"; + var macDownloadLink = "https://slack-files.com/files-pub/T026DFMG3-F07HKQ0CA-24774abec4/download/dockertoolbox.pkg"; var winDocsLink = baseURL + "/windows/started/"; var macDocsLink = baseURL + "/mac/started/"; var winDocsExpLink = baseURL + "/installation/windows/";