From 200a5dafbeac95845e4c02f48e7af65eecc62676 Mon Sep 17 00:00:00 2001 From: Siteshwar Vashisht Date: Wed, 1 Jun 2022 12:34:53 +0200 Subject: [PATCH] Fix broken links to documentation --- welcome/templates/welcome/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/welcome/templates/welcome/index.html b/welcome/templates/welcome/index.html index 1643f5de..da14e9d4 100644 --- a/welcome/templates/welcome/index.html +++ b/welcome/templates/welcome/index.html @@ -220,7 +220,7 @@ pre {

How to use this example application

-

For instructions on how to use this application with OpenShift, start by reading the Developer Guide.

+

For instructions on how to use this application with OpenShift, start by reading the Developer Guide.

Deploying code changes

@@ -282,7 +282,7 @@ $ git push

Managing your application

-

Documentation on how to manage your application from the Web Console or Command Line is available at the Developer Guide.

+

Documentation on how to manage your application from the Web Console or Command Line is available at the OKD Documentation.

Web Console

You can use the Web Console to view the state of your application components and launch new builds.