Skip to content

Commit bc33dad

Browse files
committed
removing reference that I removed
1 parent 53819ad commit bc33dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/from_flat_php_to_symfony2.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ at how migrating the blog from flat PHP to Symfony has improved life:
681681
allows for new developers to be productive in your project more quickly;
682682

683683
* 100% of the code you write is for *your* application. You **don't need
684-
to develop or maintain low-level utilities** such as :ref:`autoloading <autoloading-introduction-sidebar>`,
684+
to develop or maintain low-level utilities** such as autoloading,
685685
:doc:`routing </book/routing>`, or rendering :doc:`controllers </book/controller>`;
686686

687687
* Symfony gives you **access to open source tools** such as Doctrine and the

0 commit comments

Comments
 (0)