Skip to content

Commit 310d5bd

Browse files
siteshwarfrenzymadness
authored andcommitted
Fix broken links to documentation
1 parent 064993e commit 310d5bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

welcome/templates/welcome/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ <h1>Welcome to your Django application on OpenShift</h1>
220220
<section class='col-xs-12 col-sm-6 col-md-6'>
221221
<section>
222222
<h2>How to use this example application</h2>
223-
<p>For instructions on how to use this application with OpenShift, start by reading the <a href="http://docs.okd.io/latest/dev_guide/templates.html#using-the-quickstart-templates">Developer Guide</a>.</p>
223+
<p>For instructions on how to use this application with OpenShift, start by reading the <a href="https://docs.okd.io/latest/openshift_images/using-templates.html#templates-using-instant-app-quickstart_using-templates">Developer Guide</a>.</p>
224224

225225
<h2>Deploying code changes</h2>
226226
<p>
@@ -282,7 +282,7 @@ <h3>Expanding on sample app</h3>
282282

283283
<h2>Managing your application</h2>
284284

285-
<p>Documentation on how to manage your application from the Web Console or Command Line is available at the <a href="http://docs.okd.io/latest/dev_guide/overview.html">Developer Guide</a>.</p>
285+
<p>Documentation on how to manage your application from the <a href="https://docs.okd.io/latest/web_console/web-console.html">Web Console</a> or <a href="https://docs.okd.io/latest/cli_reference/index.html">Command Line</a> is available at the <a href="http://docs.okd.io/latest/welcome/overview.html">OKD Documentation</a>.</p>
286286

287287
<h3>Web Console</h3>
288288
<p>You can use the Web Console to view the state of your application components and launch new builds.</p>

0 commit comments

Comments
 (0)