From aafcbf5e941ff99224e0528099868438c1ab2fdc Mon Sep 17 00:00:00 2001 From: kevindiu Date: Wed, 26 Oct 2022 16:33:24 +0900 Subject: [PATCH] fix dead link Signed-off-by: kevindiu --- docs/troubleshooting/client-side.md | 2 +- docs/user-guides/configuration.md | 2 +- docs/user-guides/filtering-configuration.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/troubleshooting/client-side.md b/docs/troubleshooting/client-side.md index 6d8d37821f..a0e49c8bfe 100644 --- a/docs/troubleshooting/client-side.md +++ b/docs/troubleshooting/client-side.md @@ -2,7 +2,7 @@ This page introduces the popular troubleshooting for client side. -The [flow chart](../troubleshooting/chart.md) helps you find the root reason for your problem. +The [flow chart](../troubleshooting/provisioning.md) helps you find the root reason for your problem. Additionally, if you encounter some errors when using API, the [API status code](../api/status.md) helps you, too. diff --git a/docs/user-guides/configuration.md b/docs/user-guides/configuration.md index 57874edcab..c2671f8ab4 100644 --- a/docs/user-guides/configuration.md +++ b/docs/user-guides/configuration.md @@ -282,7 +282,7 @@ gateway: #### Cluster Role -Vald Discoverer gets the Node and Pod metrics from [kube-apiserver](https://kubernetes.io/ja/docs/reference/command-line-tools-reference/kube-apiserver/) as described in [Vald Discoverer](../overview/component/discoverer.md). +Vald Discoverer gets the Node and Pod metrics from [kube-apiserver](https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/) as described in [Vald Discoverer](../overview/component/discoverer.md). Vald's Helm deployment supports RBAC as default, and the default configuration is the following. ```yaml diff --git a/docs/user-guides/filtering-configuration.md b/docs/user-guides/filtering-configuration.md index 225e7190d0..db2e6697ff 100644 --- a/docs/user-guides/filtering-configuration.md +++ b/docs/user-guides/filtering-configuration.md @@ -2,7 +2,7 @@ This page describes how to enable filtering features on the Vald cluster. -Before using the filtering functions, please check [the Vald Filter Gateway document](../overview/component/filter-gatewya.md) first for what you can do. +Before using the filtering functions, please check [the Vald Filter Gateway document](../overview/component/filter-gateway.md) first for what you can do. ## Requirement