diff --git a/docs/en/installation/docker.md b/docs/en/installation/docker.md index d4cd947b8..b34ca20aa 100644 --- a/docs/en/installation/docker.md +++ b/docs/en/installation/docker.md @@ -64,7 +64,7 @@ If you encounter the "WSL 2 installation incomplete" error: Clone the repo on your computer and enter the folder: ```bash -git clone git@github.com:consul/consul.git +git clone https://github.com/consul/consul.git cd consul ``` diff --git a/docs/es/installation/docker.md b/docs/es/installation/docker.md index 25814db8b..477bebaca 100644 --- a/docs/es/installation/docker.md +++ b/docs/es/installation/docker.md @@ -64,7 +64,7 @@ Si encuentras el error "WSL 2 installation incomplete": Clona el repositorio en tu ordenador y entra en el directorio: ```bash -git clone git@github.com:consul/consul.git +git clone https://github.com/consul/consul.git cd consul ```