From 93fbd068c7cf93684f3fdfda4849271e4b461870 Mon Sep 17 00:00:00 2001 From: Jose Roman Martin Gil Date: Wed, 3 Nov 2021 14:14:33 +0100 Subject: [PATCH] :bug: Fixed broken FAQ link (#632) --- exercises/1-the-manual-menace/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/1-the-manual-menace/README.md b/exercises/1-the-manual-menace/README.md index 8b2aa64b..6ea2f081 100644 --- a/exercises/1-the-manual-menace/README.md +++ b/exercises/1-the-manual-menace/README.md @@ -243,9 +243,9 @@ ansible-galaxy install -r requirements.yml --roles-path=roles 11. Apply the inventory by logging into OpenShift on the terminal. -You will need to retrieve a token first, by browsing to the token request page. This is available from the `OpenShift Web UI` ([more information on the FAQ page here](../faq-page/README.md)) once you are logged in. +You will need to retrieve a token first, by browsing to the token request page. This is available from the `OpenShift Web UI` ([more information on the FAQ page here](/faq-page/README.md)) once you are logged in. -Go to the top right corner of your `Openshift Web UI` and click in your user name, then `Copy Login Command`. +Go to the top right corner of your `OpenShift Web UI` and click in your user name, then `Copy Login Command`. ![ocp-copy-login-command](../images/exercise1/api-login-token-0.png)