From 308712de071669e412b8792452f995551ecc97af Mon Sep 17 00:00:00 2001 From: Kathryn Beaty Date: Mon, 30 Sep 2024 12:23:21 -0400 Subject: [PATCH] update webhooks docs links --- .../ConfigureWebhookEndpoint/EndpointStatus.tsx | 4 ++-- .../ConfigureWebhookEndpointForm/EventsSelectField.tsx | 4 ++-- .../WebhookEndpoints/WebhookEndpointsConfigContainer.tsx | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/client/src/core/client/admin/routes/Configure/sections/WebhookEndpoints/ConfigureWebhookEndpoint/EndpointStatus.tsx b/client/src/core/client/admin/routes/Configure/sections/WebhookEndpoints/ConfigureWebhookEndpoint/EndpointStatus.tsx index d6b4cd3eed..fece859591 100644 --- a/client/src/core/client/admin/routes/Configure/sections/WebhookEndpoints/ConfigureWebhookEndpoint/EndpointStatus.tsx +++ b/client/src/core/client/admin/routes/Configure/sections/WebhookEndpoints/ConfigureWebhookEndpoint/EndpointStatus.tsx @@ -43,14 +43,14 @@ const EndpointStatus: FunctionComponent = ({ webhookEndpoint }) => { id="configure-webhooks-signingSecretDescription" elems={{ externalLink: ( - + ), }} > The following signing secret is used to sign request payloads sent to the URL. To learn more about webhook signing, visit our{" "} - + Webhook Guide . diff --git a/client/src/core/client/admin/routes/Configure/sections/WebhookEndpoints/ConfigureWebhookEndpointForm/EventsSelectField.tsx b/client/src/core/client/admin/routes/Configure/sections/WebhookEndpoints/ConfigureWebhookEndpointForm/EventsSelectField.tsx index e32e21f294..52c9fa09e6 100644 --- a/client/src/core/client/admin/routes/Configure/sections/WebhookEndpoints/ConfigureWebhookEndpointForm/EventsSelectField.tsx +++ b/client/src/core/client/admin/routes/Configure/sections/WebhookEndpoints/ConfigureWebhookEndpointForm/EventsSelectField.tsx @@ -81,14 +81,14 @@ const EventsSelectField: FunctionComponent = ({ settings }) => { id="configure-webhooks-eventsToSendDescription" elems={{ externalLink: ( - + ), }} > These are the events that are registered to this particular endpoint. Visit our{" "} - + Webhook Guide {" "} for the schema of these events. Any event matching the following will diff --git a/client/src/core/client/admin/routes/Configure/sections/WebhookEndpoints/WebhookEndpointsConfigContainer.tsx b/client/src/core/client/admin/routes/Configure/sections/WebhookEndpoints/WebhookEndpointsConfigContainer.tsx index f8827f3f91..41f6a04f01 100644 --- a/client/src/core/client/admin/routes/Configure/sections/WebhookEndpoints/WebhookEndpointsConfigContainer.tsx +++ b/client/src/core/client/admin/routes/Configure/sections/WebhookEndpoints/WebhookEndpointsConfigContainer.tsx @@ -47,7 +47,7 @@ const WebhookEndpointsConfigContainer: FunctionComponent = ({ id="configure-webhooks-description" elems={{ externalLink: ( - + ), }} > @@ -55,7 +55,7 @@ const WebhookEndpointsConfigContainer: FunctionComponent = ({ Configure an endpoint to send events to when events occur within Coral. These events will be JSON encoded and signed. To learn more about webhook signing, visit our{" "} - + our docs .