File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
client/src/core/client/admin/routes/Configure/sections/WebhookEndpoints
ConfigureWebhookEndpointForm Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -43,14 +43,14 @@ const EndpointStatus: FunctionComponent<Props> = ({ webhookEndpoint }) => {
43
43
id = "configure-webhooks-signingSecretDescription"
44
44
elems = { {
45
45
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" />
47
47
) ,
48
48
} }
49
49
>
50
50
< FormFieldDescription >
51
51
The following signing secret is used to sign request payloads sent
52
52
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" >
54
54
Webhook Guide
55
55
</ ExternalLink >
56
56
.
Original file line number Diff line number Diff line change @@ -81,14 +81,14 @@ const EventsSelectField: FunctionComponent<Props> = ({ settings }) => {
81
81
id = "configure-webhooks-eventsToSendDescription"
82
82
elems = { {
83
83
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" />
85
85
) ,
86
86
} }
87
87
>
88
88
< FormFieldDescription >
89
89
These are the events that are registered to this particular endpoint.
90
90
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" >
92
92
Webhook Guide
93
93
</ ExternalLink > { " " }
94
94
for the schema of these events. Any event matching the following will
Original file line number Diff line number Diff line change @@ -47,15 +47,15 @@ const WebhookEndpointsConfigContainer: FunctionComponent<Props> = ({
47
47
id = "configure-webhooks-description"
48
48
elems = { {
49
49
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" />
51
51
) ,
52
52
} }
53
53
>
54
54
< FormFieldDescription >
55
55
Configure an endpoint to send events to when events occur within
56
56
Coral. These events will be JSON encoded and signed. To learn more
57
57
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" >
59
59
our docs
60
60
</ ExternalLink >
61
61
.
You can’t perform that action at this time.
0 commit comments