From b070684af002b203d4def8f63d88d9150fdac3a3 Mon Sep 17 00:00:00 2001 From: Vaibhav Goel <79974025+vaibhav2107@users.noreply.github.com> Date: Tue, 15 Mar 2022 17:46:11 +0530 Subject: [PATCH] Fixed the incorrect references (#769) * Fixed the incorrect references in customization guide * Fixd the line length issue on PR * Fixed again the length issue * Updated customization.md --- docs/advanced/customization-guide.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/advanced/customization-guide.md b/docs/advanced/customization-guide.md index d3f4ef9b1..84cacf7c8 100644 --- a/docs/advanced/customization-guide.md +++ b/docs/advanced/customization-guide.md @@ -157,8 +157,8 @@ for example `/etc/kubernetes/node-feature-discovery/source.d/conf/`. directory. It is the user's responsibility to review the hooks for e.g. possible security implications. -**NOTE:** The [minimal](deployment-and-usage#minimal) image variant only -supports running statically linked binaries. +**NOTE:** The [minimal](../get-started/deployment-and-usage#minimal) image +variant only supports running statically linked binaries. ### Feature files @@ -207,8 +207,8 @@ label creation, similar to the that the rules are specified in the worker configuration instead of a Kubernetes API object. -See [worker configuration](deployment-and-usage.md#worker-configuration) for -instructions how to set-up and manage the worker configuration. +See [worker configuration](../get-started/deployment-and-usage.md#worker-configuration) +for instructions how to set-up and manage the worker configuration. ### An example custom feature source configuration