Skip to content

Commit

Permalink
Add missed link to the external PSR-4 specification
Browse files Browse the repository at this point in the history
  • Loading branch information
fre5h committed May 9, 2016
1 parent 149576e commit 7c7071c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/class_loader/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ load your classes:
the `PSR-0`_ class naming standard;

* :doc:`/components/class_loader/psr4_class_loader`: loads classes that follow
the `PSR-4` class naming standard;
the `PSR-4`_ class naming standard;

* :doc:`/components/class_loader/map_class_loader`: loads classes using
a static map from class name to file path.
Expand All @@ -45,5 +45,6 @@ You can install the component in 2 different ways:
.. include:: /components/require_autoload.rst.inc

.. _PSR-0: http://www.php-fig.org/psr/psr-0/
.. _PSR-4: http://www.php-fig.org/psr/psr-4/
.. _`autoloading mechanism`: http://php.net/manual/en/language.oop5.autoload.php
.. _Packagist: https://packagist.org/packages/symfony/class-loader

0 comments on commit 7c7071c

Please sign in to comment.