Add correct URL (#2253)
This commit is contained in:
parent
f292225951
commit
3684a55ba9
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ const WebhookInfo: React.FC<WebhookInfoProps> = ({
|
||||||
<Link
|
<Link
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
href="https://docs.saleor.io/docs/3.x/developer/extending/apps/synchronous-webhooks#payload-signature"
|
href="https://docs.saleor.io/docs/3.x/developer/extending/apps/synchronous-webhooks/key-concepts#payload-signature"
|
||||||
>
|
>
|
||||||
<FormattedMessage {...messages.learnMore} />
|
<FormattedMessage {...messages.learnMore} />
|
||||||
</Link>
|
</Link>
|
||||||
|
|
Loading…
Reference in a new issue