From 836b47cb7e99a977c5a23b059ca1d0b5065d310e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 24 Jul 2024 11:54:23 +0200 Subject: Merging upstream version 1.46.3. Signed-off-by: Daniel Baumann --- integrations/templates/setup.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'integrations/templates/setup.md') diff --git a/integrations/templates/setup.md b/integrations/templates/setup.md index 1f15c1da3..1c41e8cf9 100644 --- a/integrations/templates/setup.md +++ b/integrations/templates/setup.md @@ -45,7 +45,7 @@ Configuration for this specific integration is located in the `[[ entry.setup.co [% endif %] You can edit the configuration file using the `edit-config` script from the -Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory). +Netdata [config directory](/docs/netdata-agent/configuration/README.md#the-netdata-config-directory). ```bash cd /etc/netdata 2>/dev/null || cd /opt/netdata/etc/netdata @@ -60,7 +60,7 @@ There is no configuration file. [% if entry.setup.configuration.options.list %] [% if entry.setup.configuration.options.folding.enabled and not clean %] -{% details summary="[[ entry.setup.configuration.options.folding.title ]]" %} +{% details open=true summary="[[ entry.setup.configuration.options.folding.title ]]" %} [% endif %] | Name | Description | Default | Required | |:----|:-----------|:-------|:--------:| @@ -92,7 +92,7 @@ There are no configuration options. [[ example.description ]] [% if example.folding.enabled and not clean %] -{% details summary="[[ entry.setup.configuration.examples.folding.title ]]" %} +{% details open=true summary="[[ entry.setup.configuration.examples.folding.title ]]" %} [% endif %] ```yaml [[ example.config ]] -- cgit v1.2.3