Skip to content

Commit cfc0c6a

Browse files
authored
added what could be the correct link (#18545)
1 parent 8940baf commit cfc0c6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/developers/webhooks-and-events/securing-your-webhooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ Your language and server implementations may differ from this example code. Howe
9494

9595
* Using a plain `==` operator is **not advised**. A method like [`secure_compare`][secure_compare] performs a "constant time" string comparison, which helps mitigate certain timing attacks against regular equality operators.
9696

97-
[secure_compare]: http://rubydoc.info/github/rack/rack/master/Rack/Utils.secure_compare
97+
[secure_compare]: https://rubydoc.info/github/rack/rack/master/Rack/Utils:secure_compare

0 commit comments

Comments
 (0)