From 28d1765f570640d2e079d0add9b00165a10cd77f Mon Sep 17 00:00:00 2001 From: Graham Hudgins Date: Mon, 7 Sep 2026 09:53:39 -0400 Subject: [PATCH] Retarget agent-skill callouts to observability/onboarding The edot-python-instrument and edot-python-migrate skills were removed in elastic/agent-skills v0.6.0 and consolidated into observability/onboarding, which covers both instrument and migrate for EDOT Python. Update the setup and migration page callouts so the embedded skill links no longer 404. Co-authored-by: Cursor --- docs/reference/edot-python/migration.md | 2 +- docs/reference/edot-python/setup/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/edot-python/migration.md b/docs/reference/edot-python/migration.md index f7c92115..8f9b7709 100644 --- a/docs/reference/edot-python/migration.md +++ b/docs/reference/edot-python/migration.md @@ -29,7 +29,7 @@ Follow these steps to migrate: 3. Follow the [setup documentation](setup/index.md) on to install and configure EDOT Python. :::{agent-skill} -:url: https://github.com/elastic/agent-skills/tree/main/skills/observability/edot-python-migrate +:url: https://github.com/elastic/agent-skills/tree/main/skills/observability/onboarding Use this skill to migrate from the Elastic APM Python agent to EDOT Python. ::: diff --git a/docs/reference/edot-python/setup/index.md b/docs/reference/edot-python/setup/index.md index d6ff4c9a..a4977919 100644 --- a/docs/reference/edot-python/setup/index.md +++ b/docs/reference/edot-python/setup/index.md @@ -20,7 +20,7 @@ Learn how to set up the {{edot}} (EDOT) Python in various environments, includin Follow these steps to get started. :::{agent-skill} -:url: https://github.com/elastic/agent-skills/tree/main/skills/observability/edot-python-instrument +:url: https://github.com/elastic/agent-skills/tree/main/skills/observability/onboarding Use this skill to instrument Python services with EDOT for tracing, metrics, and logs. :::