From 2660141c20f7c7938dd16d8af921e2c1326a661c Mon Sep 17 00:00:00 2001 From: Karthik Gaekwad Date: Sat, 27 May 2017 00:33:31 -0500 Subject: [PATCH] Fixes broken links --- docs/admin/authorization/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/authorization/index.md b/docs/admin/authorization/index.md index 0d9df2a99c..89ac68cdd3 100644 --- a/docs/admin/authorization/index.md +++ b/docs/admin/authorization/index.md @@ -150,8 +150,8 @@ As of version 1.3, clusters created by kube-up.sh are configured so that the A {% endcapture %} {% capture whatsnext %} -* To learn more about Authentication, see **Authentication** in [Controlling Access to the Kubernetes API](docs/admin/accessing-the-api/). -* To learn more about Admission Control, see [Using Admission Controllers](docs/admin/admission-controllers/). +* To learn more about Authentication, see **Authentication** in [Controlling Access to the Kubernetes API](/docs/admin/accessing-the-api/). +* To learn more about Admission Control, see [Using Admission Controllers](/docs/admin/admission-controllers/). {% endcapture %} {% include templates/concept.md %}