From 071425adc5a176769b45a0ce8ff6e7002cbc89ba Mon Sep 17 00:00:00 2001 From: xiekeyang Date: Mon, 22 Jan 2018 12:31:00 +0800 Subject: [PATCH] fix broken link This link seems to have been updated. Signed-off-by: xiekeyang --- docs/examples/customization/custom-configuration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/customization/custom-configuration/README.md b/docs/examples/customization/custom-configuration/README.md index 92a5331f4..8772d7a34 100644 --- a/docs/examples/customization/custom-configuration/README.md +++ b/docs/examples/customization/custom-configuration/README.md @@ -1,5 +1,5 @@ -Using a [ConfigMap](https://kubernetes.io/docs/user-guide/configmap/) is possible to customize the NGINX configuration +Using a [ConfigMap](https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/) is possible to customize the NGINX configuration For example, if we want to change the timeouts we need to create a ConfigMap: