Skip to content

Commit 912682a

Browse files
committed
Adding a link to define "lts"
1 parent b138a50 commit 912682a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

book/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ number as the second argument of the ``new`` command:
9898
# Windows
9999
c:\projects\> php symfony.phar new my_project_name 2.3.23
100100
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:
103103

104104
.. code-block:: bash
105105

contributing/community/releases.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ Standard Versions
6060
A standard minor version is maintained for an *eight month* period for bug
6161
fixes, and for a *fourteen month* period for security issue fixes.
6262

63+
.. _releases-lts:
64+
6365
Long Term Support Versions
6466
~~~~~~~~~~~~~~~~~~~~~~~~~~
6567

0 commit comments

Comments
 (0)