Skip to content

Commit c704d0f

Browse files
author
Yong Zhao
committed
fix openshift documentation links to point to latest docs.okd.io locations
1 parent 7b9f579 commit c704d0f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

views/index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ <h1>Welcome to your Node.js application on OpenShift</h1>
224224
<section class='col-xs-12 col-sm-6 col-md-6'>
225225
<section>
226226
<h2>How to use this example application</h2>
227-
<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>
227+
<p>For instructions on how to use this application with OpenShift, start by reading the <a href="https://docs.okd.io/latest/architecture/understanding-development.html" target="_blank" rel="noopener noreferrer">Developer Guide</a>.</p>
228228

229229
<h2>Deploying code changes</h2>
230230
<p>
@@ -266,20 +266,20 @@ <h3>Working in your local Git repository</h3>
266266

267267
<h2>Managing your application</h2>
268268

269-
<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>
269+
<p>Documentation on how to manage your application from the Web Console or Command Line is available at the <a href="https://docs.okd.io/latest/welcome/index.html">Developer Guide</a>.</p>
270270

271271
<h3>Web Console</h3>
272-
<p>You can use the Web Console to view the state of your application components and launch new builds.</p>
272+
<p>You can use the <a href="https://docs.okd.io/latest/web_console/web-console.html" target="_blank" rel="noopener noreferrer">Web Console</a> to view the state of your application components and launch new builds.</p>
273273

274274
<h3>Command Line</h3>
275-
<p>With the <a href="http://docs.okd.io/latest/cli_reference/overview.html">OpenShift command line interface</a> (CLI), you can create applications and manage projects from a terminal.</p>
275+
<p>With the <a href="https://docs.okd.io/latest/cli_reference/openshift_cli/getting-started-cli.html" target="_blank" rel="noopener noreferrer">OpenShift command line interface</a> (CLI), you can create applications and manage projects from a terminal.</p>
276276

277277
<h2>Development Resources</h2>
278278
<ul>
279279
<li><a href="http://docs.okd.io/latest/welcome/index.html">OpenShift Documentation</a></li>
280280
<li><a href="https://github.com/openshift/origin">Openshift Origin GitHub</a></li>
281281
<li><a href="https://github.com/openshift/source-to-image">Source To Image GitHub</a></li>
282-
<li><a href="http://docs.okd.io/latest/using_images/s2i_images/nodejs.html">Getting Started with Node.js on OpenShift</a></li>
282+
<li><a href="https://docs.okd.io/3.11/using_images/s2i_images/nodejs.html">Getting Started with Node.js on OpenShift (OKD 3.11)</a></li>
283283
<li><a href="http://stackoverflow.com/questions/tagged/openshift">Stack Overflow questions for OpenShift</a></li>
284284
<li><a href="http://git-scm.com/documentation">Git documentation</a></li>
285285
</ul>

0 commit comments

Comments
 (0)