diff --git a/form/form_themes.rst b/form/form_themes.rst index d048a7c6472..965ebf73c0c 100644 --- a/form/form_themes.rst +++ b/form/form_themes.rst @@ -149,7 +149,7 @@ order is important, because each theme overrides all the previous ones): {# apply multiple form themes but only to the form of this template #} {% form_theme form with [ 'foundation_5_layout.html.twig', - 'forms/my_custom_theme.html.twig' + 'form/my_custom_theme.html.twig' ] %} {# ... #} diff --git a/reference/forms/types/color.rst b/reference/forms/types/color.rst index 213c88323cc..72bfa0eff79 100644 --- a/reference/forms/types/color.rst +++ b/reference/forms/types/color.rst @@ -90,4 +90,4 @@ The default value is ``''`` (the empty string). .. include:: /reference/forms/types/options/trim.rst.inc -.. _`HTML5 color format`: https://www.w3.org/TR/html52/sec-forms.html#color-state-typecolor +.. _`HTML5 color format`: https://html.spec.whatwg.org/multipage/input.html#color-state-(type=color)