Skip to content

Commit 04f4a90

Browse files
committed
Fixed another reference
1 parent 0f81fa6 commit 04f4a90

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
@@ -12,6 +12,6 @@ form you must:
1212

1313
#. :ref:`Define a class to represent users <create-user-class>`;
1414
#. :doc:`Create a form </forms>` to ask for the registration information;
15-
#. Create :doc:`a controller </controller>` to :doc:`process the form <processing-forms>`;
15+
#. Create :doc:`a controller </controller>` to :ref:`process the form <processing-forms>`;
1616
#. :ref:`Protect some parts of your application <security-authorization>` so
1717
only registered users can access to them.

0 commit comments

Comments
 (0)