From 09beec3b56a51ebb6710123d01e91a6bbc63d087 Mon Sep 17 00:00:00 2001 From: May Lee Date: Mon, 13 Jul 2026 15:52:15 -0400 Subject: [PATCH 1/2] use standardized adv config link --- layouts/shortcodes/observability_pipelines/tls_settings.en.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/shortcodes/observability_pipelines/tls_settings.en.md b/layouts/shortcodes/observability_pipelines/tls_settings.en.md index 191c9d27b99..2fbeea32a2a 100644 --- a/layouts/shortcodes/observability_pipelines/tls_settings.en.md +++ b/layouts/shortcodes/observability_pipelines/tls_settings.en.md @@ -8,4 +8,5 @@ Toggle the switch to **Enable TLS**. - The configuration data directory `/var/lib/observability-pipelines-worker/config/` is automatically appended to the file paths. See [Advanced Worker Configurations][101] for more information. - The file must be readable by the `observability-pipelines-worker` group and user. -[101]: /observability_pipelines/configuration/install_the_worker/advanced_worker_configurations/ +[10172]: /observability_pipelines/configuration/install_the_worker/advanced_worker_configurations/ + From d6e93104cdd1506475093717a5fcd28af09c5529 Mon Sep 17 00:00:00 2001 From: May Lee Date: Mon, 13 Jul 2026 16:13:49 -0400 Subject: [PATCH 2/2] fix link --- layouts/shortcodes/observability_pipelines/tls_settings.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/observability_pipelines/tls_settings.en.md b/layouts/shortcodes/observability_pipelines/tls_settings.en.md index 2fbeea32a2a..bc37a680492 100644 --- a/layouts/shortcodes/observability_pipelines/tls_settings.en.md +++ b/layouts/shortcodes/observability_pipelines/tls_settings.en.md @@ -5,7 +5,7 @@ Toggle the switch to **Enable TLS**. - `CA Certificate Path`: The path to the certificate file that is your Certificate Authority (CA) root file in DER, PEM, or CRT (X.509). - `Private Key Path`: The path to the `.key` private key file that belongs to your Server Certificate Path in DER, PEM, or CRT (PKCS #8) format. - **Notes**: - - The configuration data directory `/var/lib/observability-pipelines-worker/config/` is automatically appended to the file paths. See [Advanced Worker Configurations][101] for more information. + - The configuration data directory `/var/lib/observability-pipelines-worker/config/` is automatically appended to the file paths. See [Advanced Worker Configurations][10172] for more information. - The file must be readable by the `observability-pipelines-worker` group and user. [10172]: /observability_pipelines/configuration/install_the_worker/advanced_worker_configurations/