File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -98,8 +98,8 @@ number as the second argument of the ``new`` command:
98
98
# Windows
99
99
c:\p rojects\> php symfony.phar new my_project_name 2.3.23
100
100
101
- If you want your project to be based on the latest Symfony LTS version, pass
102
- ``lts `` as the second argument of the ``new `` command:
101
+ If you want your project to be based on the latest :ref: ` Symfony LTS version < releases-lts >`,
102
+ pass ``lts `` as the second argument of the ``new `` command:
103
103
104
104
.. code-block :: bash
105
105
Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ Standard Versions
60
60
A standard minor version is maintained for an *eight month * period for bug
61
61
fixes, and for a *fourteen month * period for security issue fixes.
62
62
63
+ .. _releases-lts :
64
+
63
65
Long Term Support Versions
64
66
~~~~~~~~~~~~~~~~~~~~~~~~~~
65
67
You can’t perform that action at this time.
0 commit comments