We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e720e9 commit d04d33bCopy full SHA for d04d33b
book/controller.rst
@@ -336,14 +336,14 @@ Creating Static Pages
336
---------------------
337
338
.. versionadded:: 2.2
339
-The ability to cache templates rendered via ``FrameworkBundle:Template:template``
+ The ability to cache templates rendered via ``FrameworkBundle:Template:template``
340
is new in Symfony 2.2.
341
342
You can create a static page without creating any controller. Using only the
343
routing file, you just have to indicate the "FrameworkBundle:Template:template"
344
as the controller and the logical path of your template.
345
346
-Use it ! See :doc:`cookbook/templating/render_without_controller`.
+Use it ! See :doc:`/cookbook/templating/render_without_controller`.
347
348
The Base Controller Class
349
-------------------------
0 commit comments