Browse Source

Removed dead link in docs/topics/http/sessions.txt.

arcanemachine 4 years ago
parent
commit
4a80d0f220
1 changed files with 1 additions and 2 deletions
  1. 1 2
      docs/topics/http/sessions.txt

+ 1 - 2
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
 =======================