From 6c5da4ffc3a218472bfdff5f98a3f07c29e93fc1 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

---
 3-revenge-of-the-automated-testing/README.md |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/3-revenge-of-the-automated-testing/README.md b/3-revenge-of-the-automated-testing/README.md
index ed8c6c1..1497e9d 100644
--- a/3-revenge-of-the-automated-testing/README.md
+++ b/3-revenge-of-the-automated-testing/README.md
@@ -120,7 +120,7 @@
 npm run test
 ```
 
-2. Navigate to your instance of Jenkins at `https://jenkins-<YOUR_NAME>-ci-cd.apps.lader.rht-labs.com/`.
+2. Navigate to your instance of Jenkins at `https://jenkins-<YOUR_NAME>-ci-cd.<APPS_URL>`.
 Click on `dev-todolist-fe-build` and then click the `configure` button on the left-hand side.
 ![jenkins-configure-job](../images/exercise3/jenkins-configure-job.png)
 
@@ -188,7 +188,7 @@
 
 2. On the Build section; add a build step to execute shell and fill in the following substituting `<YOUR_NAME>` accordingly:
 ```bash
-export E2E_TEST_ROUTE=todolist-fe-<YOUR_NAME>-dev.apps.lader.rht-labs.com
+export E2E_TEST_ROUTE=todolist-fe-<YOUR_NAME>-dev.<APPS_URL>
 npm install
 npm run e2e:ci
 ```

--
Gitblit v1.9.3