Skip to content

Commit d629ef7

Browse files
committed
Fix docs build
1 parent 967165a commit d629ef7

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

Resources/doc/overview.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ that the FOSHttpCache_ library needs a ``psr/http-message-implementation`` and
99
``php-http/client-implementation``. If your project does not contain one,
1010
composer will complain that it did not find ``psr/http-message-implementation``.
1111

12-
To install the bundle together with guzzle, run:
12+
To install the bundle together with Guzzle, run:
1313

1414
.. code-block:: bash
1515
1616
$ composer require friendsofsymfony/http-cache-bundle guzzlehttp/psr7 php-http/guzzle6-adapter
1717
18-
If you want to use something else than Guzzle 6, see packagist for a list of
18+
If you want to use something else than Guzzle 6, see Packagist for a list of
1919
available `client implementations`_.
2020

2121
Then add the bundle to your application:

Resources/doc/reference/configuration/headers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ not under your control.
307307
This is a custom header. You need to set up your caching proxy to respect
308308
this header. See the FOSHttpCache documentation
309309
:ref:`for Varnish <foshttpcache:varnish configuration>` or
310-
:ref:`for the Symfony HttpCache <foshttpcache:symfony cache configuration>`.
310+
:ref:`for the Symfony HttpCache <foshttpcache:symfony httpcache configuration>`.
311311

312312
To use the custom TTL, specify the option ``reverse_proxy_ttl`` in the headers
313313
section:

Resources/doc/reference/configuration/proxy-client.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ The default proxy client that will be used by the cache manager. You can
136136
*configure Nginx, Varnish and Symfony proxy clients in parallel*. There is
137137
however only one cache manager and it will only use the default client.
138138

139+
.. _custom HTTP client:
140+
139141
Custom HTTP Client
140142
------------------
141143

@@ -151,5 +153,3 @@ Caching Proxy Configuration
151153
You need to configure your caching proxy (Varnish or Nginx) to work with this
152154
bundle. Please refer to the :ref:`FOSHttpCache library’s documentation <foshttpcache:proxy-configuration>`
153155
for more information.
154-
155-
.. _Guzzle client: http://guzzle3.readthedocs.org/

Resources/doc/spelling_word_list.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ TTL
1616
multi
1717
login
1818
logout
19+
Packagist

0 commit comments

Comments
 (0)