From 1bef78626747e7bada3096fd1a96e1d16f7bcf2c Mon Sep 17 00:00:00 2001 From: Eric Date: Fri, 19 Dec 2025 11:13:22 -0600 Subject: [PATCH] Update placeholder in automations guide. (#37554) Changes: - Updated the `` placeholder used in the automations guide to use square brackets. Text wrapped in angle brackets is parsed as an HTML element by the website. --- articles/automations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/automations.md b/articles/automations.md index 11973a0f7b..df8993ea3b 100644 --- a/articles/automations.md +++ b/articles/automations.md @@ -38,7 +38,7 @@ Then in the UI: 1. Navigate to the **Queries** page, select the relevant team, and click **Manage automations** 2. In the modal that opens, confirm that you see "Log destination: Webhook", and when you hover over "Webhook", you see "Each time a query runs, the data is sent via webhook to: - " + [target_result_url]" 3. Select the queries that you want to send data to this webhook 4. Click **Save**