From ec04c2af421bf0981fc930aad0be53bb6f24526a Mon Sep 17 00:00:00 2001 From: Baptiste Langlade Date: Sat, 16 Aug 2014 12:23:28 +0200 Subject: [PATCH] use relative path to page --- components/http_foundation/sessions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/http_foundation/sessions.rst b/components/http_foundation/sessions.rst index 11175cf1c15..f2c40873af7 100644 --- a/components/http_foundation/sessions.rst +++ b/components/http_foundation/sessions.rst @@ -16,7 +16,7 @@ implementation of :class:`Symfony\\Component\\HttpFoundation\\Session\\SessionIn Make sure your PHP session isn't already started before using the Session class. If you have a legacy session system that starts your session, see - http://symfony.com/doc/current/components/http_foundation/session_php_bridge.html + :doc:`Legacy Sessions `. Quick example::