From b89bc433d33dcd62db0511628b35b0c64b37457a Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Mon, 13 Nov 2017 11:52:49 -0800 Subject: [PATCH] Remove extra slash (#5294) --- engine/installation/linux/docker-ce/binaries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/installation/linux/docker-ce/binaries.md b/engine/installation/linux/docker-ce/binaries.md index 5d26284693..f65a9b6f9a 100644 --- a/engine/installation/linux/docker-ce/binaries.md +++ b/engine/installation/linux/docker-ce/binaries.md @@ -163,7 +163,7 @@ the `dockerd.exe` and `docker.exe` binaries are included. 1. Use the following PowerShell commands to install and start Docker: ```none - PS C:\> Invoke-WebRequest https://download.docker.com/win/static/stable/x86_64//docker-{{ site.docker_ce_stable_version }}.0-ce.zip -UseBasicParsing -OutFile docker.zip + PS C:\> Invoke-WebRequest https://download.docker.com/win/static/stable/x86_64/docker-{{ site.docker_ce_stable_version }}.0-ce.zip -UseBasicParsing -OutFile docker.zip PS C:\> Expand-Archive docker.zip -DestinationPath $Env:ProgramFiles