Use the same URL to clone the repo everywhere

We were using the SSH URL in the Docker documentation, while using the
HTTPS URL everywhere else. The HTTPS URL is the right one in this case
because it's meant for people who won't have write access to the
repository.
This commit is contained in:
Javi Martín
2021-12-13 14:35:47 +01:00
parent 8863ff064d
commit e2ec47ae4d
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ If you encounter the "WSL 2 installation incomplete" error:
Clone the repo on your computer and enter the folder: Clone the repo on your computer and enter the folder:
```bash ```bash
git clone git@github.com:consul/consul.git git clone https://github.com/consul/consul.git
cd consul cd consul
``` ```

View File

@@ -64,7 +64,7 @@ Si encuentras el error "WSL 2 installation incomplete":
Clona el repositorio en tu ordenador y entra en el directorio: Clona el repositorio en tu ordenador y entra en el directorio:
```bash ```bash
git clone git@github.com:consul/consul.git git clone https://github.com/consul/consul.git
cd consul cd consul
``` ```