From bec65b21effed175e27f6438cdf423a5d256b66f Mon Sep 17 00:00:00 2001
From: Ravi Srinivasan <rsriniva@redhat.com>
Date: Fri, 01 Feb 2019 03:41:49 +0100
Subject: [PATCH] fixed clone URL's for lab. now pointing to our own RHT git

---
 exercises/1-the-manual-menace/README.md       |    5 ++++-
 exercises/2-attack-of-the-pipelines/README.md |    4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/exercises/1-the-manual-menace/README.md b/exercises/1-the-manual-menace/README.md
index 1190bee..ede457c 100644
--- a/exercises/1-the-manual-menace/README.md
+++ b/exercises/1-the-manual-menace/README.md
@@ -81,7 +81,10 @@
 2. Clone the scaffold project to your local machine's `do500-workspace` folder and pull all remote branches for use in later exercises. You may see an error saying `fatal: A branch named 'develop' already exists.` This error can be safely ignored.
 
 ```bash
-git clone https://github.com/rht-labs/enablement-ci-cd && cd enablement-ci-cd
+git clone https://github.com/RedHatTraining/rht-labs-ci-cd enablement-ci-cd
+```
+```bash
+cd enablement-ci-cd
 ```
 ```bash
 ./git-pull-all.sh
diff --git a/exercises/2-attack-of-the-pipelines/README.md b/exercises/2-attack-of-the-pipelines/README.md
index 8d91cc0..24bacbd 100644
--- a/exercises/2-attack-of-the-pipelines/README.md
+++ b/exercises/2-attack-of-the-pipelines/README.md
@@ -93,7 +93,7 @@
 cd ~/do500-workspace
 ```
 ```bash
-git clone https://github.com/rht-labs/todolist-fe.git
+git clone https://github.com/RedHatTraining/rht-labs-todolist-fe todolist-fe
 ```
 ```bash
 cd todolist-fe
@@ -230,7 +230,7 @@
 cd ~/do500-workspace
 ```
 ```bash
-git clone https://github.com/rht-labs/todolist-api.git
+git clone https://github.com/RedHatTraining/rht-labs-todolist-api todolist-api
 ```
 ```bash
 cd todolist-api

--
Gitblit v1.9.3