From 01fd3e3fcdce7113f144f63d1ca4a5314bf468da Mon Sep 17 00:00:00 2001 From: Xiaoyu Zhang Date: Thu, 30 Mar 2017 05:13:29 +0800 Subject: [PATCH] Fix invalid link Fix invalid link --- docs/tasks/debug-application-cluster/monitor-node-health.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/debug-application-cluster/monitor-node-health.md b/docs/tasks/debug-application-cluster/monitor-node-health.md index 693e0b45c1..9ef36ad457 100644 --- a/docs/tasks/debug-application-cluster/monitor-node-health.md +++ b/docs/tasks/debug-application-cluster/monitor-node-health.md @@ -13,7 +13,7 @@ title: Monitoring Node Health *Node problem detector* is a [DaemonSet](/docs/admin/daemons/) monitoring the node health. It collects node problems from various daemons and reports them to the apiserver as [NodeCondition](/docs/admin/node/#node-condition) and -[Event](/docs/api-reference/v1/definitions/#_v1_event). +[Event](/docs/api-reference/v1.6/#event-v1-core). It supports some known kernel issue detection now, and will detect more and more node problems over time.