Skip to content

Commit 92c70f1

Browse files
committed
Merge pull request #166 from dantleech/patch-3
Fixed link format
2 parents e9bef8a + 3cff897 commit 92c70f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Resources/doc/features/symfony-http-cache.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Symfony HttpCache
44
Symfony comes with a built-in reverse proxy written in PHP, known as
55
``HttpCache``. It can be useful when one hosts a Symfony application on shared
66
hosting for instance
7-
(see [HttpCache documentation](http://symfony.com/doc/current/book/http_cache.html#symfony-reverse-proxy).
7+
(see `HttpCache documentation <http://symfony.com/doc/current/book/http_cache.html#symfony-reverse-proxy>`_).
88

99
If you use Symfony ``HttpCache``, you'll need to make your ``AppCache`` class
1010
extend ``FOS\HttpCacheBundle\HttpCache`` instead of
@@ -40,8 +40,8 @@ User context
4040

4141
.. note::
4242

43-
For detailed information on user context, please read the
44-
`user context documentation page </features/user-context>`
43+
For detailed information on user context, please see
44+
the :doc:`user-context` chapter.
4545

4646
* ``SESSION_NAME_PREFIX``: Prefix for session names. Must match your session
4747
configuration.

0 commit comments

Comments
 (0)