summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/topics/http/sessions.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/topics/http/sessions.txt b/docs/topics/http/sessions.txt
index 41c2c499e4..aab8c735b3 100644
--- a/docs/topics/http/sessions.txt
+++ b/docs/topics/http/sessions.txt
@@ -164,10 +164,9 @@ and the :setting:`SECRET_KEY` setting.
**Performance**
- Finally, the size of a cookie can have an impact on the `speed of your site`_.
+ Finally, the size of a cookie can have an impact on the speed of your site.
.. _`replay attacks`: https://en.wikipedia.org/wiki/Replay_attack
-.. _`speed of your site`: https://yuiblog.com/blog/2007/03/01/performance-research-part-3/
Using sessions in views
=======================