@@ -678,7 +678,7 @@ Field Type Options
678678
679679Each field type has a number of options that can be used to configure it.
680680For example, the ``dueDate `` field is currently being rendered as 3 select
681- boxes. However, the:doc: `date field </reference/forms/types/date >` can be
681+ boxes. However, the:doc: `DateType </reference/forms/types/date >` can be
682682configured to be rendered as a single text box (where the user would enter
683683the date as a string in the box)::
684684
@@ -1430,7 +1430,7 @@ form with many ``Product`` sub-forms). This is done by using the ``collection``
14301430field type.
14311431
14321432For more information see the ":doc: `/cookbook/form/form_collections `" cookbook
1433- entry and the:doc: `collection </reference/forms/types/collection >` field type reference.
1433+ entry and the:doc: `CollectionType </reference/forms/types/collection >` reference.
14341434
14351435..index ::
14361436 single: Forms; Theming
@@ -1964,7 +1964,7 @@ Learn more from the Cookbook
19641964----------------------------
19651965
19661966*:doc: `/cookbook/doctrine/file_uploads `
1967- *:doc: `File Field Reference </reference/forms/types/file >`
1967+ *:doc: `FileType Reference </reference/forms/types/file >`
19681968*:doc: `Creating Custom Field Types </cookbook/form/create_custom_field_type >`
19691969*:doc: `/cookbook/form/form_customization `
19701970*:doc: `/cookbook/form/dynamic_form_modification `