From a99c575dd444ba16c0192bc611e79a729d3290a9 Mon Sep 17 00:00:00 2001 From: Nikhita Raghunath Date: Mon, 2 Oct 2017 21:07:20 +0530 Subject: [PATCH] Fix link to Design Overview (#5708) --- docs/reference/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/index.md b/docs/reference/index.md index 0692a30e2b..18a6f5f3d2 100644 --- a/docs/reference/index.md +++ b/docs/reference/index.md @@ -41,4 +41,4 @@ client libraries: ## Design Docs -An archive of the design docs for Kubernetes functionality. Good starting points are [Kubernetes Architecture](https://git.k8s.io/community/contributors/design-proposals/architecture/architecture.md) and [Kubernetes Design Overview](https://github.com/kubernetes/kubernetes/tree/{{page.fullversion}}/docs/design). +An archive of the design docs for Kubernetes functionality. Good starting points are [Kubernetes Architecture](https://git.k8s.io/community/contributors/design-proposals/architecture/architecture.md) and [Kubernetes Design Overview](https://git.k8s.io/community/contributors/design-proposals).