AWS devopsagent documentation change
Summary
Updated link to webhook documentation reflecting new file naming convention.
Security assessment
Only updates a reference link due to renamed files. No security content changes; bearer token authentication mention remains unchanged.
Diff
diff --git a/devopsagent/latest/userguide/connecting-telemetry-sources-connecting-datadog.md b/devopsagent/latest/userguide/connecting-telemetry-sources-connecting-datadog.md index 8638282ea..b26d1f66d 100644 --- a//devopsagent/latest/userguide/connecting-telemetry-sources-connecting-datadog.md +++ b//devopsagent/latest/userguide/connecting-telemetry-sources-connecting-datadog.md @@ -104 +104 @@ Using the Webhook URL and API Key you can configure Datadog to send events to tr -Datadog webhooks use bearer token authentication. For the complete webhook request format, payload schema, and example code, see [Invoking DevOps Agent through Webhook](./configuring-capabilities-for-aws-devops-agent-invoking-devops-agent-through-webhook.html). Use the Version 2 (Bearer token authentication) examples, setting the `Authorization: Bearer <Token>` header with the API Key from Step 2. +Datadog webhooks use bearer token authentication. For the complete webhook request format, payload schema, and example code, see [Invoking DevOps Agent through Webhook](./configuring-integrations-and-knowledge-invoking-devops-agent-through-webhook.html). Use the Version 2 (Bearer token authentication) examples, setting the `Authorization: Bearer <Token>` header with the API Key from Step 2.