Skip to content

Commit 9169d7f

Browse files
fre5hxabbuh
authored andcommitted
Add missed link to the external PSR-4 specification.
1 parent 9f370c6 commit 9169d7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/class_loader/introduction.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ load your classes:
1919
the `PSR-0`_ class naming standard;
2020

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

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

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

0 commit comments

Comments
 (0)