Skip to content

Commit 3afb275

Browse files
xabbuhweaverryan
authored andcommitted
fixing link to the templating docs
1 parent dc30ff9 commit 3afb275

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/http_fundamentals.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -531,9 +531,9 @@ regardless of how your project is developed. To name a few:
531531
PHP classes to be used without needing to manually ``require`` the files
532532
containing those classes;
533533

534-
* :doc:`Templating</components/templating>` A toolkit for rendering templates,
535-
handling template inheritance (i.e. a template is decorated with a layout)
536-
and performing other common template tasks;
534+
* :doc:`Templating</components/templating/introduction>` A toolkit for rendering
535+
templates, handling template inheritance (i.e. a template is decorated with
536+
a layout) and performing other common template tasks;
537537

538538
* `Security`_ - A powerful library for handling all types of security inside
539539
an application;

0 commit comments

Comments
 (0)