From 34fdf3bf8998b5a09558a4186e7d13fcbb0f05ee Mon Sep 17 00:00:00 2001
From: Donal Spring <donalspring@gmail.com>
Date: Tue, 04 Dec 2018 15:03:45 +0100
Subject: [PATCH] Merge pull request #266 from makentenza/name-convention

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

diff --git a/exercises/3-revenge-of-the-automated-testing/README.md b/exercises/3-revenge-of-the-automated-testing/README.md
index ed8c6c1..1497e9d 100644
--- a/exercises/3-revenge-of-the-automated-testing/README.md
+++ b/exercises/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