From c40da455c9907be606572c5cd06a29a850321ba4 Mon Sep 17 00:00:00 2001 From: renchao Date: Thu, 25 Jan 2018 15:16:16 +0800 Subject: [PATCH] Fix doc links for ConfigMap in README Signed-off-by: renchao --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36aca5a9..918bb1fa 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ spec: ``` * Edit node-problem-detector.yaml to fit your environment: Set `log` volume to your system log directory. (Used by SystemLogMonitor) * Create the DaemonSet with `kubectl create -f node-problem-detector.yaml` -* If needed, you can use [ConfigMap](http://kubernetes.io/docs/user-guide/configmap/) +* If needed, you can use [ConfigMap](https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/) to overwrite the `config/`. ## Start Standalone