aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnonomus-Penguin <Annonomus-Penguin@users.noreply.github.com>2015-07-17 02:32:13 +0300
committerAnnonomus-Penguin <Annonomus-Penguin@users.noreply.github.com>2015-07-17 02:32:13 +0300
commit26d3ac66fdf06e7b6ee63ee966f39e0fca08631a (patch)
tree4b1d498f4beb094a8aa3be00759bc0b7a28bdad5
parente8ab2fa5d114bbc278da9bd20dc67553bed7a3c4 (diff)
Fixed broken link in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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