From 96d171175638b13537310ace4fc2a9e6145654d8 Mon Sep 17 00:00:00 2001
From: Ravi Srinivasan <rsriniva@users.noreply.github.com>
Date: Mon, 25 Mar 2019 14:53:55 +0100
Subject: [PATCH] Merge pull request #4 from rdebeasi/patch-1

---
 exercises/README.md |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/exercises/README.md b/exercises/README.md
index 7a42f84..cdaf197 100644
--- a/exercises/README.md
+++ b/exercises/README.md
@@ -113,7 +113,7 @@
 ```bash
 curl -L -O https://github.com/openshift/origin/releases/download/v3.11.0/openshift-origin-client-tools-v3.11.0-0cbc58b-mac.zip
 unzip openshift-origin-client-tools-v3.11.0-0cbc58b-mac.zip
-cp openshift-origin-client-tools-v3.11.0-0cbc58b-mac/oc /usr/local/bin/
+cp oc /usr/local/bin/
 chmod +x /usr/local/bin/oc
 ```
 
@@ -157,7 +157,7 @@
 
 * Pull the container image containing the tools and utilities that are required for running Ansible playbooks:
 ```bash
-docker pull quay.io/jrigsbee/do500-toolbox
+docker pull quay.io/redhat/do500-toolbox
 ```
 * Create a working directory under your ***C:\*** drive to store the lab exercise files and Ansible playbooks
 ```bash
@@ -166,7 +166,7 @@
 
 * Launch the container and run a quick test:
 ```bash
-docker run -it -v C:/do500-workspace:/home/tool-box/workarea:Z quay.io/jrigsbee/do500-toolbox /bin/bash
+docker run -it -v C:/do500-workspace:/home/tool-box/workarea:Z quay.io/redhat/do500-toolbox /bin/bash
 ```
 
 <b><span style="color:red">NOTE</span></b>

--
Gitblit v1.9.3