From 4cb5d0895d0419df6c1f6aef82946290833145a7 Mon Sep 17 00:00:00 2001 From: "Drew G. Wallace" <32915923+drewgwallace@users.noreply.github.com> Date: Thu, 3 May 2018 21:22:51 -0700 Subject: [PATCH] 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. --- docs/tutorials/kubernetes-basics/deploy-intro.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/kubernetes-basics/deploy-intro.html b/docs/tutorials/kubernetes-basics/deploy-intro.html index d7b7e731cb..f8773d7b09 100644 --- a/docs/tutorials/kubernetes-basics/deploy-intro.html +++ b/docs/tutorials/kubernetes-basics/deploy-intro.html @@ -89,7 +89,7 @@ title: Using kubectl to Create a Deployment
-

For our first Deployment, we'll use a Node.js application packaged in a Docker container. The source code and the Dockerfile are available in the GitHub repository for the Kubernetes Bootcamp.

+

For our first Deployment, we'll use a Node.js application packaged in a Docker container. The source code and the Dockerfile are available in the GitHub repository for the Kubernetes Basics.

Now that you know what Deployments are, let's go to the online tutorial and deploy our first app!