From 3df978cb879dfd7ec3151a6809a091f6c6fb002f Mon Sep 17 00:00:00 2001 From: Tommy George Date: Thu, 16 Mar 2017 16:13:51 -0500 Subject: [PATCH] docs(managing-app-configuration): update "kubernetes-probes" link The previous link, https://kubernetes.io/docs/user-guide/pod-states/#container-probes, displays a message about Kubernetes docs being moved, and includes a link to the new location for the particular topic. I've updated the link to the new location, and proper heading anchor, in the Kubernetes Pod Lifecycle documentation: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes --- src/applications/managing-app-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/managing-app-configuration.md b/src/applications/managing-app-configuration.md index b60665fb..dde34bb2 100644 --- a/src/applications/managing-app-configuration.md +++ b/src/applications/managing-app-configuration.md @@ -227,7 +227,7 @@ environ prod [attached resources]: http://12factor.net/backing-services -[kubernetes-probes]: http://kubernetes.io/docs/user-guide/pod-states/#container-probes +[kubernetes-probes]: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes [pods-to-nodes]: http://kubernetes.io/docs/user-guide/node-selection/ [release]: ../reference-guide/terms.md#release [router]: ../understanding-workflow/components.md#router