From 9b5122568a6f1c3c2d054e80f82f722323209fe9 Mon Sep 17 00:00:00 2001 From: Owen Tuz Date: Fri, 23 Nov 2018 13:54:49 +0000 Subject: [PATCH] Kubernetes docs: replace absolute link with relative --- Documentation/kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/kubernetes.md b/Documentation/kubernetes.md index 9ad391fb..291fbc44 100644 --- a/Documentation/kubernetes.md +++ b/Documentation/kubernetes.md @@ -133,7 +133,7 @@ $ kubectl create secret \ ### Deploy the Dex server -Create the dex deployment, configmap, and node port service. This will also create RBAC bindings allowing the Dex pod access to manage [Custom Resource Definitions](https://github.com/dexidp/dex/blob/master/Documentation/storage.md#kubernetes-custom-resource-definitions-crds) within Kubernetes. +Create the dex deployment, configmap, and node port service. This will also create RBAC bindings allowing the Dex pod access to manage [Custom Resource Definitions](storage.md#kubernetes-custom-resource-definitions-crds) within Kubernetes. ``` $ kubectl create -f dex.yaml