Просмотр исходного кода

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

arcanemachine 4 лет назад
Родитель
Сommit
4a80d0f220
1 измененных файлов с 1 добавлено и 2 удалено
  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
 =======================