From 082dedbdbdeb7dec83fd6e75e211e0761c9fbbb2 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Sun, 27 Aug 2017 21:11:24 -0700 Subject: [PATCH] docs: Fix broken addons overview.md link --- docs/bare-metal.md | 2 +- docs/digital-ocean.md | 2 +- docs/google-cloud.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/bare-metal.md b/docs/bare-metal.md index d542b77f..34609566 100644 --- a/docs/bare-metal.md +++ b/docs/bare-metal.md @@ -324,7 +324,7 @@ kube-system pod-checkpointer-wf65d-node1.example.com 1/1 Running 0 ## Going Further -Learn about [version pinning](concepts.md#versioning), maintenance, and [addons](addons.md). +Learn about [version pinning](concepts.md#versioning), maintenance, and [addons](addons/overview.md). !!! note On Container Linux clusters, install the `container-linux-update-operator` addon to coordinate reboots and drains when nodes auto-update. Otherwise, updates may not be applied until the next reboot. diff --git a/docs/digital-ocean.md b/docs/digital-ocean.md index 3ac44b56..2771bf46 100644 --- a/docs/digital-ocean.md +++ b/docs/digital-ocean.md @@ -177,7 +177,7 @@ kube-system pod-checkpointer-pr1lq-10.132.115.81 1/1 Running 0 ## Going Further -Learn about [version pinning](concepts.md#versioning), maintenance, and common [addons](addons.md). +Learn about [version pinning](concepts.md#versioning), maintenance, and [addons](addons/overview.md). !!! note On Container Linux clusters, install the `container-linux-update-operator` addon to coordinate reboots and drains when nodes auto-update. Otherwise, updates may not be applied until the next reboot. diff --git a/docs/google-cloud.md b/docs/google-cloud.md index faa02432..28487118 100644 --- a/docs/google-cloud.md +++ b/docs/google-cloud.md @@ -184,7 +184,7 @@ kube-system pod-checkpointer-l6lrt 1/1 Running 0 ## Going Further -Learn about [version pinning](concepts.md#versioning), maintenance, and [addons](addons.md). +Learn about [version pinning](concepts.md#versioning), maintenance, and [addons](addons/overview.md). !!! note On Container Linux clusters, install the `container-linux-update-operator` addon to coordinate reboots and drains when nodes auto-update. Otherwise, updates may not be applied until the next reboot.