Skip to content

Commit 0f81fa6

Browse files
committed
Fixed a reference
1 parent 40e8bc3 commit 0f81fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine/registration_form.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ form you must:
1313
#. :ref:`Define a class to represent users <create-user-class>`;
1414
#. :doc:`Create a form </forms>` to ask for the registration information;
1515
#. Create :doc:`a controller </controller>` to :doc:`process the form <processing-forms>`;
16-
#. :doc:`Protect some parts of your application <security-authorization>` so
16+
#. :ref:`Protect some parts of your application <security-authorization>` so
1717
only registered users can access to them.

0 commit comments

Comments
 (0)