mirror of https://github.com/docker/docs.git
Update part2.md
Link to the git-scm download page is now updated, It is a simple markdown syntax fix.
This commit is contained in:
parent
f7349e9d56
commit
72907a6589
|
@ -25,7 +25,7 @@ In this stage of the tutorial, let's focus on step 1 of this workflow: creating
|
|||
|
||||
## Setting Up
|
||||
|
||||
1. Clone an example project from GitHub (if you don't have git installed, see the [https://git-scm.com/book/en/v2/Getting-Started-Installing-Git](install instructions) first):
|
||||
1. Clone an example project from GitHub (if you don't have git installed, see the [install instructions](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) first):
|
||||
|
||||
```shell
|
||||
git clone -b v1 https://github.com/docker-training/node-bulletin-board
|
||||
|
@ -111,4 +111,4 @@ Further documentation for all CLI commands used in this article are available he
|
|||
|
||||
- [docker image *](https://docs.docker.com/engine/reference/commandline/image/)
|
||||
- [docker container *](https://docs.docker.com/engine/reference/commandline/container/)
|
||||
- [Dockerfile reference](https://docs.docker.com/engine/reference/builder/)
|
||||
- [Dockerfile reference](https://docs.docker.com/engine/reference/builder/)
|
||||
|
|
Loading…
Reference in New Issue