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 @@ 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
```