Skip to content

Commit

Permalink
Update signature verification docs link (#2208)
Browse files Browse the repository at this point in the history
  • Loading branch information
helenye-stripe authored Oct 14, 2024
1 parent 0c896ed commit 7a2e872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Webhooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ export function createWebhooks(

const docsLocation =
'\nLearn more about webhook signing and explore webhook integration examples for various frameworks at ' +
'https://github.com/stripe/stripe-node#webhook-signing';
'https://docs.stripe.com/webhooks/signature';

const whitespaceMessage = secretContainsWhitespace
? '\n\nNote: The provided signing secret contains whitespace. This often indicates an extra newline or space is in the value'
Expand Down

0 comments on commit 7a2e872

Please sign in to comment.