Skip to content

Commit c05344a

Browse files
committed
fix internal link syntax
1 parent 7f7ba15 commit c05344a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

best_practices.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ values is that it's complicated to redefine their values in your tests.
160160
Business Logic
161161
--------------
162162

163-
Don't Create any Bundle to Organize your Application Logic
163+
.. _best-practice-no-application-bundles::Don't Create any Bundle to Organize your Application Logic
164164
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
165165

166166
When Symfony 2.0 was released, applications used :doc:`bundles </bundles>` to

bundles.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Bundle System
66
.. caution::
77

88
In Symfony versions prior to 4.0, it was recommended to organize your own
9-
application code using bundles. This is `no longer recommended <https://symfony.com/doc/current/best_practices.html#don-t-create-any-bundle-to-organize-your-application-logic>`_ and bundles
9+
application code using bundles. This is :ref:`no longer recommended <best-practice-no-application-bundles>`_ and bundles
1010
should only be used to share code and features between multiple applications.
1111

1212
A bundle is similar to a plugin in other software, but even better. The core

0 commit comments

Comments
 (0)