From 90cadd263b58a9c8ac7825489d6c0bf7ed5da83a Mon Sep 17 00:00:00 2001 From: Colleen McGinnis Date: Wed, 5 Mar 2025 19:22:03 -0600 Subject: [PATCH] fix external links --- docs/reference/setup-auto-instrumentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/setup-auto-instrumentation.md b/docs/reference/setup-auto-instrumentation.md index 6c49b6581..74631b0ad 100644 --- a/docs/reference/setup-auto-instrumentation.md +++ b/docs/reference/setup-auto-instrumentation.md @@ -309,7 +309,7 @@ ELASTIC_APM_SECRET_TOKEN= <3> 3. The [secret token](docs-content://solutions/observability/apps/secret-token.md) used by the APM Agent to authenticate with APM server. -Then adding an [`EnvironmentFile`](https://www.freedesktop.org/software/systemd/man/systemd.service.md#Command%20lines) entry to the service’s configuration file that references the path to the environment.env file +Then adding an [`EnvironmentFile`](https://www.freedesktop.org/software/systemd/man/systemd.service.html#Command%20lines) entry to the service’s configuration file that references the path to the environment.env file ```sh [Service]