Skip to content

Commit 308712d

Browse files
committed
update webhooks docs links
1 parent d59b5e0 commit 308712d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

client/src/core/client/admin/routes/Configure/sections/WebhookEndpoints/ConfigureWebhookEndpoint/EndpointStatus.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ const EndpointStatus: FunctionComponent<Props> = ({ webhookEndpoint }) => {
4343
id="configure-webhooks-signingSecretDescription"
4444
elems={{
4545
externalLink: (
46-
<ExternalLink href="https://github.com/coralproject/talk/blob/main/WEBHOOKS.md#webhook-signing" />
46+
<ExternalLink href="https://github.com/coralproject/talk/blob/main/server/WEBHOOKS.md#webhook-signing" />
4747
),
4848
}}
4949
>
5050
<FormFieldDescription>
5151
The following signing secret is used to sign request payloads sent
5252
to the URL. To learn more about webhook signing, visit our{" "}
53-
<ExternalLink href="https://github.com/coralproject/talk/blob/main/WEBHOOKS.md#webhook-signing">
53+
<ExternalLink href="https://github.com/coralproject/talk/blob/main/server/WEBHOOKS.md#webhook-signing">
5454
Webhook Guide
5555
</ExternalLink>
5656
.

client/src/core/client/admin/routes/Configure/sections/WebhookEndpoints/ConfigureWebhookEndpointForm/EventsSelectField.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,14 @@ const EventsSelectField: FunctionComponent<Props> = ({ settings }) => {
8181
id="configure-webhooks-eventsToSendDescription"
8282
elems={{
8383
externalLink: (
84-
<ExternalLink href="https://github.com/coralproject/talk/blob/main/WEBHOOKS.md#events-listing" />
84+
<ExternalLink href="https://github.com/coralproject/talk/blob/main/server/WEBHOOKS.md#events-listing" />
8585
),
8686
}}
8787
>
8888
<FormFieldDescription>
8989
These are the events that are registered to this particular endpoint.
9090
Visit our{" "}
91-
<ExternalLink href="https://github.com/coralproject/talk/blob/main/WEBHOOKS.md#events-listing">
91+
<ExternalLink href="https://github.com/coralproject/talk/blob/main/server/WEBHOOKS.md#events-listing">
9292
Webhook Guide
9393
</ExternalLink>{" "}
9494
for the schema of these events. Any event matching the following will

client/src/core/client/admin/routes/Configure/sections/WebhookEndpoints/WebhookEndpointsConfigContainer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ const WebhookEndpointsConfigContainer: FunctionComponent<Props> = ({
4747
id="configure-webhooks-description"
4848
elems={{
4949
externalLink: (
50-
<ExternalLink href="https://github.com/coralproject/talk/blob/main/WEBHOOKS.md" />
50+
<ExternalLink href="https://github.com/coralproject/talk/blob/main/server/WEBHOOKS.md" />
5151
),
5252
}}
5353
>
5454
<FormFieldDescription>
5555
Configure an endpoint to send events to when events occur within
5656
Coral. These events will be JSON encoded and signed. To learn more
5757
about webhook signing, visit our{" "}
58-
<ExternalLink href="https://github.com/coralproject/talk/blob/main/WEBHOOKS.md">
58+
<ExternalLink href="https://github.com/coralproject/talk/blob/main/server/WEBHOOKS.md">
5959
our docs
6060
</ExternalLink>
6161
.

0 commit comments

Comments
 (0)