Revert "Update links to avoid redirects." (#5617)
* Revert "Fix the doc example" This reverts commit2872def62b. * Revert "add the set of sessionAffinity timeoutseconds (#5474)" This reverts commit657734de6f. * Revert "pod-security-policy.md: fix broken link to PSP proposal." This reverts commit8db51e099f. * Revert "fix typo" This reverts commit24e5383071. * Revert "Update images.md" This reverts commitf844a41502. * Revert "Update links to avoid redirects. (#5614)" This reverts commit35c7393849.
This commit is contained in:
@@ -7,7 +7,7 @@ title: Hello Minikube
|
||||
The goal of this tutorial is for you to turn a simple Hello World Node.js app
|
||||
into an application running on Kubernetes. The tutorial shows you how to
|
||||
take code that you have developed on your machine, turn it into a Docker
|
||||
container image and then run that image on [Minikube](/docs/home/minikube).
|
||||
container image and then run that image on [Minikube](/docs/getting-started-guides/minikube).
|
||||
Minikube provides a simple way of running Kubernetes on your local machine for free.
|
||||
|
||||
{% endcapture %}
|
||||
@@ -45,7 +45,7 @@ create a local cluster. This tutorial also assumes you are using
|
||||
on OS X. If you are on a different platform like Linux, or using VirtualBox
|
||||
instead of Docker for Mac, the instructions to install Minikube may be
|
||||
slightly different. For general Minikube installation instructions, see
|
||||
the [Minikube installation guide](/docs/home/minikube/).
|
||||
the [Minikube installation guide](/docs/getting-started-guides/minikube/).
|
||||
|
||||
Use `curl` to download and install the latest Minikube release:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user