Skip to content

Commit 7cf1098

Browse files
authored
Merge pull request #17 from back4app/hotfix_webhook
Change link
2 parents 590edb3 + 933001b commit 7cf1098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dashboard/Data/Webhooks/Webhooks.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ export default class Webhooks extends TableView {
286286
renderEmpty() {
287287
return <EmptyState
288288
title='Webhooks'
289-
description={<span>Use webhooks to run Cloud Code or connect Parse to your own server. <a href={getSiteDomain() + '/docs/cloudcode/guide'} target='_blank'>Learn more</a>.</span>}
289+
description={<span>Use webhooks to run Cloud Code or connect Parse to your own server. <a href={'https://parseplatform.github.io/docs/cloudcode/guide'} target='_blank'>Learn more</a>.</span>}
290290
icon='gears'
291291
cta='Create a Webhook'
292292
action={this.openNewWebhookModal.bind(this)} />

0 commit comments

Comments
 (0)