Remove distracting, superfluous links from Learn Kubernetes Basics (#11593)

This commit is contained in:
Andrew Chen
2018-12-06 18:36:02 -08:00
committed by Kubernetes Prow Robot
parent 838ba5c01d
commit 2fc30aab67
4 changed files with 9 additions and 9 deletions
@@ -91,9 +91,9 @@ weight: 10
<div class="row">
<div class="col-md-8">
<p>For our first Deployment, we'll use a <a href="https://nodejs.org">Node.js</a> application packaged in a Docker container.
<p>For our first Deployment, we'll use a Node.js application packaged in a Docker container.
To create the Node.js application and deploy the Docker container, follow the instructions from the
<a href="/docs/tutorials/hello-minikube/#create-your-node-js-application">Hello Minikube tutorial</a>.</p>
<a href="/docs/tutorials/hello-minikube/">Hello Minikube tutorial</a>.</p>
<p>Now that you know what Deployments are, let's go to the online tutorial and deploy our first app!</p>