Skip to content

Commit 1fc004e

Browse files
committed
Move new articles to correct location
1 parent 9baa15b commit 1fc004e

File tree

5 files changed

+4
-13
lines changed

5 files changed

+4
-13
lines changed

components/cache/introduction.rst renamed to components/cache.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ Advanced Usage
7575
--------------
7676

7777
.. toctree::
78+
:glob:
7879
:maxdepth: 1
7980

80-
cache_items
81-
cache_pools
81+
cache/*
8282

8383
.. _`PSR-6`: http://www.php-fig.org/psr/psr-6/
8484
.. _Packagist: https://packagist.org/packages/symfony/cache

components/cache/index.rst

Lines changed: 0 additions & 9 deletions
This file was deleted.

controller.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ a ``JsonResponse`` and encodes the given contents automatically::
794794
// return $this->json($data, $status = 200, $headers = array(), $context = array());
795795
}
796796

797-
If the :doc:`serializer service </cookbook/serializer>` is enabled in your
797+
If the :doc:`serializer service </serializer>` is enabled in your
798798
application, contents passed to ``json()`` are encoded with it. Otherwise,
799799
the :phpfunction:`json_encode` function is used.
800800

reference/dic_tags.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ controller.argument_value_resolver
362362
Value resolvers implement the
363363
:class:`Symfony\\Component\\HttpKernel\\Controller\\ArgumentValueResolverInterface`
364364
and are used to resolve argument values for controllers as described here:
365-
:doc:`/cookbook/controller/argument_value_resolver`.
365+
:doc:`/controller/argument_value_resolver`.
366366

367367
data_collector
368368
--------------

0 commit comments

Comments
 (0)