From 26d3ac66fdf06e7b6ee63ee966f39e0fca08631a Mon Sep 17 00:00:00 2001 From: Annonomus-Penguin Date: Thu, 16 Jul 2015 18:32:13 -0500 Subject: Fixed broken link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e9c634..9e64a85 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ cookie values. Secure cookies can't be forged, because their values are validated using HMAC. When encrypted, the content is also inaccessible to malicious eyes. It is still recommended that sensitive data not be stored in cookies, and that HTTPS be used -to prevent cookie [replay attacks](https://en.wikipedia.org/wiki/Replay_attack](https://en.wikipedia.org/wiki/Replay_attack). +to prevent cookie [replay attacks](https://en.wikipedia.org/wiki/Replay_attack). ## Examples -- cgit v1.2.3