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
|
## 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
|
```shell
|
||||||
git clone -b v1 https://github.com/docker-training/node-bulletin-board
|
git clone -b v1 https://github.com/docker-training/node-bulletin-board
|
||||||
|
|
Loading…
Reference in New Issue