diff --git a/components/class_loader/class_loader.rst b/components/class_loader/class_loader.rst index 922877c7599..4016aa0bfde 100644 --- a/components/class_loader/class_loader.rst +++ b/components/class_loader/class_loader.rst @@ -4,7 +4,7 @@ The PSR-0 Class Loader ====================== -If your classes and third-party libraries follow the `PSR-0`_ standard, you +If your classes and third-party libraries follow the `http://www.php-fig.org/psr/psr-0/`_ standard, you can use the :class:`Symfony\\Component\\ClassLoader\\ClassLoader` class to load all of your project's classes.