From 530a252602df82868700d9d835ebdef3cdacbc20 Mon Sep 17 00:00:00 2001
From: Marcos Entenza <makentenza@gmail.com>
Date: Thu, 22 Nov 2018 22:17:19 +0100
Subject: [PATCH] Adapt documentation for the new name convention for Cluster API and Routes

---
 exercises/1-the-manual-menace/README.md |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/exercises/1-the-manual-menace/README.md b/exercises/1-the-manual-menace/README.md
index 0162872..233411f 100644
--- a/exercises/1-the-manual-menace/README.md
+++ b/exercises/1-the-manual-menace/README.md
@@ -163,7 +163,7 @@
 
 3. Apply the inventory by logging into OpenShift on the terminal and running the playbook as follows (<CLUSTER_URL> should be replaced with the one you've been sent as shown below). Accept any insecure connection warning ����:
 ```bash
-oc login https://console.lader.rht-labs.com
+oc login <CLUSTER_URL>
 ```
 ```bash
 ansible-playbook apply.yml -i inventory/ -e target=bootstrap
@@ -544,7 +544,7 @@
 
 7. Re-apply the inventory to re-create it all!
 ```bash
-oc login https://console.lader.rht-labs.com
+oc login <CLUSTER_URL>
 ```
 ```bash
 ansible-playbook apply.yml -i inventory/ -e target=bootstrap

--
Gitblit v1.9.3