fixed URL

This commit is contained in:
Fabien Potencier 2015-02-05 10:28:56 +01:00
parent c5b50f28f5
commit a0298331ad
1 changed files with 2 additions and 2 deletions

View File

@ -12,10 +12,10 @@ namespace Symfony\Component\Form;
/**
* To learn more about how form events work check the documentation
* entry at {@link http://symfony.com/doc/current/components/form/form_events.html}
* entry at {@link http://symfony.com/doc/any/components/form/form_events.html}
*
* To learn how to dynamically modify forms using events check the cookbook
* entry at {@link http://symfony.com/doc/current/cookbook/form/dynamic_form_modification.html}
* entry at {@link http://symfony.com/doc/any/cookbook/form/dynamic_form_modification.html}
*
* @author Bernhard Schussek <bschussek@gmail.com>
*/