File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Symfony HttpCache
4
4
Symfony comes with a built-in reverse proxy written in PHP, known as
5
5
``HttpCache ``. It can be useful when one hosts a Symfony application on shared
6
6
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 >`_ ).
8
8
9
9
If you use Symfony ``HttpCache ``, you'll need to make your ``AppCache `` class
10
10
extend ``FOS\HttpCacheBundle\HttpCache `` instead of
@@ -40,8 +40,8 @@ User context
40
40
41
41
.. note ::
42
42
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.
45
45
46
46
* ``SESSION_NAME_PREFIX ``: Prefix for session names. Must match your session
47
47
configuration.
You can’t perform that action at this time.
0 commit comments