From 94662920b2a7138b80dc475a4e8d23748d456543 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Wed, 11 Nov 2015 02:48:04 -0800 Subject: [PATCH] contrib: k8s: fix a broken markdown link --- contrib/k8s/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/k8s/README.md b/contrib/k8s/README.md index 8ca4d20a..1f40a6ef 100644 --- a/contrib/k8s/README.md +++ b/contrib/k8s/README.md @@ -8,7 +8,7 @@ The document assumes that you already have a cluster with at least one worker up The other assumption is that your Kubernetes cluster will be routable on `172.17.4.99` (which is what it will be if you use [coreos-kubernetes single node][coreos-kubernetes-single-node], and the issuer URL for your dex installation is `http://172.17.4.99:30556`; in production installations you will need to make sure that you are serving on https and you will likely want to use a hostname rather than an IP address. -[coreos-kubernetes-single-node][https://github.com/coreos/coreos-kubernetes/blob/master/single-node/README.md] +[coreos-kubernetes-single-node](https://github.com/coreos/coreos-kubernetes/blob/master/single-node/README.md) ## Start Postgres