Skip to content

Commit b12f6bb

Browse files
committed
Update url to reflect OKD rebranding
1 parent 5c23612 commit b12f6bb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

welcome/templates/welcome/index.html

Lines changed: 5 additions & 5 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.openshift.org/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="http://docs.okd.io/latest/dev_guide/templates.html#using-the-quickstart-templates">Developer Guide</a>.</p>
224224

225225
<h2>Deploying code changes</h2>
226226
<p>
@@ -281,20 +281,20 @@ <h3>Expanding on sample app</h3>
281281

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

284-
<p>Documentation on how to manage your application from the Web Console or Command Line is available at the <a href="http://docs.openshift.org/latest/dev_guide/overview.html">Developer Guide</a>.</p>
284+
<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>
285285

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

289289
<h3>Command Line</h3>
290-
<p>With the <a href="http://docs.openshift.org/latest/cli_reference/overview.html">OpenShift command line interface</a> (CLI), you can create applications and manage projects from a terminal.</p>
290+
<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>
291291

292292
<h2>Development Resources</h2>
293293
<ul>
294-
<li><a href="http://docs.openshift.org/latest/welcome/index.html">OpenShift Documentation</a></li>
294+
<li><a href="http://docs.okd.io/latest/welcome/index.html">OpenShift Documentation</a></li>
295295
<li><a href="https://github.com/openshift/origin">Openshift Origin GitHub</a></li>
296296
<li><a href="https://github.com/openshift/source-to-image">Source To Image GitHub</a></li>
297-
<li><a href="http://docs.openshift.org/latest/using_images/s2i_images/python.html">Getting Started with Python on OpenShift</a></li>
297+
<li><a href="http://docs.okd.io/latest/using_images/s2i_images/python.html">Getting Started with Python on OpenShift</a></li>
298298
<li><a href="http://stackoverflow.com/questions/tagged/openshift">Stack Overflow questions for OpenShift</a></li>
299299
<li><a href="http://git-scm.com/documentation">Git documentation</a></li>
300300
</ul>

0 commit comments

Comments
 (0)