From 72907a6589d7d0673873b349df6335857c0f98fc Mon Sep 17 00:00:00 2001 From: Delly Fofie Date: Mon, 4 Nov 2019 10:51:53 +0100 Subject: [PATCH] Update part2.md Link to the git-scm download page is now updated, It is a simple markdown syntax fix. --- get-started/part2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/get-started/part2.md b/get-started/part2.md index ef6d2af6b2..743d5afc0b 100644 --- a/get-started/part2.md +++ b/get-started/part2.md @@ -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/) \ No newline at end of file + - [Dockerfile reference](https://docs.docker.com/engine/reference/builder/)