Skip to content

Commit

Permalink
update webhooks docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
kabeaty committed Sep 30, 2024
1 parent d59b5e0 commit 308712d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ const EndpointStatus: FunctionComponent<Props> = ({ webhookEndpoint }) => {
id="configure-webhooks-signingSecretDescription"
elems={{
externalLink: (
<ExternalLink href="https://github.com/coralproject/talk/blob/main/WEBHOOKS.md#webhook-signing" />
<ExternalLink href="https://github.com/coralproject/talk/blob/main/server/WEBHOOKS.md#webhook-signing" />
),
}}
>
<FormFieldDescription>
The following signing secret is used to sign request payloads sent
to the URL. To learn more about webhook signing, visit our{" "}
<ExternalLink href="https://github.com/coralproject/talk/blob/main/WEBHOOKS.md#webhook-signing">
<ExternalLink href="https://github.com/coralproject/talk/blob/main/server/WEBHOOKS.md#webhook-signing">
Webhook Guide
</ExternalLink>
.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@ const EventsSelectField: FunctionComponent<Props> = ({ settings }) => {
id="configure-webhooks-eventsToSendDescription"
elems={{
externalLink: (
<ExternalLink href="https://github.com/coralproject/talk/blob/main/WEBHOOKS.md#events-listing" />
<ExternalLink href="https://github.com/coralproject/talk/blob/main/server/WEBHOOKS.md#events-listing" />
),
}}
>
<FormFieldDescription>
These are the events that are registered to this particular endpoint.
Visit our{" "}
<ExternalLink href="https://github.com/coralproject/talk/blob/main/WEBHOOKS.md#events-listing">
<ExternalLink href="https://github.com/coralproject/talk/blob/main/server/WEBHOOKS.md#events-listing">
Webhook Guide
</ExternalLink>{" "}
for the schema of these events. Any event matching the following will
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ const WebhookEndpointsConfigContainer: FunctionComponent<Props> = ({
id="configure-webhooks-description"
elems={{
externalLink: (
<ExternalLink href="https://github.com/coralproject/talk/blob/main/WEBHOOKS.md" />
<ExternalLink href="https://github.com/coralproject/talk/blob/main/server/WEBHOOKS.md" />
),
}}
>
<FormFieldDescription>
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{" "}
<ExternalLink href="https://github.com/coralproject/talk/blob/main/WEBHOOKS.md">
<ExternalLink href="https://github.com/coralproject/talk/blob/main/server/WEBHOOKS.md">
our docs
</ExternalLink>
.
Expand Down

0 comments on commit 308712d

Please sign in to comment.