From 85c01fe840102b595d03700a3febbf53f296c786 Mon Sep 17 00:00:00 2001 From: Peter Laudati Date: Thu, 2 Jul 2020 01:45:16 -0400 Subject: [PATCH] Updated links in the Challenge 4 coach guide --- 014-OSSDevOps/Coach/Solutions/challenge04/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/014-OSSDevOps/Coach/Solutions/challenge04/readme.md b/014-OSSDevOps/Coach/Solutions/challenge04/readme.md index 99f8750d18..c3282690fe 100644 --- a/014-OSSDevOps/Coach/Solutions/challenge04/readme.md +++ b/014-OSSDevOps/Coach/Solutions/challenge04/readme.md @@ -18,13 +18,13 @@ You should already have this sample code downloaded but if not: Clone this repo: ```bash -git clone git@github.com:alihhussain/WhatTheHack.git +git clone git@github.com:microsoft/WhatTheHack.git ``` Switch to the correct folder: ```bash -cd ./014-OSS-DevOps/Host/Solutions/challenge04/app +cd ./014-OSSDevOps/Coach/Solutions/challenge04/app ``` ## Test and Run Container Locally