Skip to content

Commit f162f3e

Browse files
committed
fix link to Class Loader docs
1 parent c8fd22f commit f162f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/http_fundamentals.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ regardless of how your project is developed. To name a few:
520520
* `Validator`_ A system for creating rules about data and then validating
521521
whether or not user-submitted data follows those rules;
522522

523-
* :doc:`ClassLoader</components/class_loader>` An autoloading library that allows
523+
* :doc:`ClassLoader</components/class_loader/introduction>` An autoloading library that allows
524524
PHP classes to be used without needing to manually ``require`` the files
525525
containing those classes;
526526

0 commit comments

Comments
 (0)