From 89cd3a3a3eba1c49dd0d892bc8173c644899cee9 Mon Sep 17 00:00:00 2001 From: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com> Date: Mon, 25 Mar 2019 12:12:07 -0500 Subject: [PATCH] [Docs] Launching K8s getting started path on Learn (#5511) * Moving Minikube guide. * Update website/source/layouts/docs.erb Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com> * Update website/source/docs/guides/index.html.md Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com> --- website/source/docs/guides/index.html.md | 2 +- website/source/layouts/docs.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/guides/index.html.md b/website/source/docs/guides/index.html.md index 26dc6ce058..cb285369d5 100644 --- a/website/source/docs/guides/index.html.md +++ b/website/source/docs/guides/index.html.md @@ -50,7 +50,7 @@ The following guides are available: * [Geo Failover](/docs/guides/geo-failover.html) - This guide covers using [prepared queries](/api/query.html) to implement geo failover for services. -* [Minikube with Consul](/docs/guides/minikube.html) - In this guide, you'll start a local Kubernetes cluster with minikube, install Consul,and then deploy two custom services. +* [Minikube with Consul](https://learn.hashicorp.com/consul/getting-started-k8s/minikube/) - In this guide, you'll start a local Kubernetes cluster with minikube, install Consul,and then deploy two custom services. * [Leader Election](/docs/guides/leader-election.html) - The goal of this guide is to cover how to build client-side leader election using Consul. diff --git a/website/source/layouts/docs.erb b/website/source/layouts/docs.erb index dab49219a9..7b5c7257c6 100644 --- a/website/source/layouts/docs.erb +++ b/website/source/layouts/docs.erb @@ -469,7 +469,7 @@ Leader Election