Skip to content

Commit b37ee61

Browse files
committed
minor symfony#4132 Use proper way to reference a doc page for legacy sessions (Baptouuuu)
This PR was submitted for the 2.5 branch but it was merged into the 2.3 branch instead (closes symfony#4132). Discussion ---------- Use proper way to reference a doc page for legacy sessions | Q | A | ---------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.5+ | Fixed tickets | Commits ------- ec04c2a use relative path to page
2 parents b486b22 + cfce4b9 commit b37ee61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/http_foundation/sessions.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ implementation of :class:`Symfony\\Component\\HttpFoundation\\Session\\SessionIn
1616

1717
Make sure your PHP session isn't already started before using the Session
1818
class. If you have a legacy session system that starts your session, see
19-
http://symfony.com/doc/current/components/http_foundation/session_php_bridge.html
19+
:doc:`Legacy Sessions </components/http_foundation/session_php_bridge>`.
2020

2121
Quick example::
2222

0 commit comments

Comments
 (0)