Fix link to Kubernetes GitHub repository (#8303)

I am unable to locate the Source code or Docker container, but it's better than liking to an archived repo.
pull/8307/head
Drew G. Wallace 2018-05-03 21:22:51 -07:00 committed by k8s-ci-robot
parent 5300028f6a
commit 4cb5d0895d
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ title: Using kubectl to Create a Deployment
<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. The source code and the Dockerfile are available in the <a href="https://github.com/kubernetes/kubernetes-bootcamp">GitHub repository</a> for the Kubernetes Bootcamp.</p>
<p>For our first Deployment, we'll use a <a href="https://nodejs.org">Node.js</a> application packaged in a Docker container. The source code and the Dockerfile are available in the <a href="https://github.com/kubernetes/website/tree/master/docs/tutorials/kubernetes-basics">GitHub repository</a> for the Kubernetes Basics.</p>
<p>Now that you know what Deployments are, let's go to the online tutorial and deploy our first app!</p>