You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bundles.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ The Bundle System
6
6
.. caution::
7
7
8
8
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
10
10
should only be used to share code and features between multiple applications.
11
11
12
12
A bundle is similar to a plugin in other software, but even better. The core
0 commit comments