Signed-off-by: Bruno Borges <bruno.borges@microsoft.com>
This commit is contained in:
Bruno Borges 2018-06-01 00:33:30 -07:00
Родитель d480f2e699
Коммит 4d8c8251ea
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -61,7 +61,7 @@ In this section, you clone a containerized Spring Boot application and test it l
1. Clone the [Spring Boot on Docker Getting Started] sample project into the directory you created; for example:
```shell
git clone https://github.com/microsoft/gs-spring-boot-docker
git clone https://github.com/spring-guides/gs-spring-boot-docker
```
1. Change directory to the completed project; for example:

Просмотреть файл

@ -61,7 +61,7 @@ In this section, you clone a containerized Spring Boot application and test it l
1. Clone the [Spring Boot on Docker Getting Started] sample project into the directory you created; for example:
```shell
git clone -b private-registry https://github.com/Microsoft/gs-spring-boot-docker
git clone -b private-registry https://github.com/spring-guides/gs-spring-boot-docker
```
1. Change directory to the completed project; for example: