From f468801065c30ae6b2e35701642fba3dcfa3b351 Mon Sep 17 00:00:00 2001 From: Jeremy Wilken Date: Thu, 19 May 2016 14:12:00 -0500 Subject: [PATCH] fix link to nodes on glossary --- docs/reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference.md b/docs/reference.md index 33f34e033c..c3b63f236b 100644 --- a/docs/reference.md +++ b/docs/reference.md @@ -19,7 +19,7 @@ In the reference section, you can find reference documentation for Kubernetes AP ## Glossary -Explore the glossary of essential Kubernetes concepts. Some good starting points are the entries for [Pods](/docs/user-guide/pods/), [Nodes](/docs/user-guide/pods/), [Services](/docs/user-guide/services/), and [Replication Controllers](/docs/user-guide/replication-controller/). +Explore the glossary of essential Kubernetes concepts. Some good starting points are the entries for [Pods](/docs/user-guide/pods/), [Nodes](/docs/admin/nodes/), [Services](/docs/user-guide/services/), and [Replication Controllers](/docs/user-guide/replication-controller/). ## Design Docs