Merge pull request #497 from brunoborges/master

fix url for git repo
This commit is contained in:
Bruno Borges 2018-06-04 23:02:45 -07:00 коммит произвёл GitHub
Родитель d480f2e699 4d8c8251ea
Коммит f4f0bda74e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
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: