Skip to content

Commit 4ac22b7

Browse files
committed
Fixing build issues
1 parent fca49d4 commit 4ac22b7

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

cache/cache_invalidation.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,6 @@ different URLs. More flexible concepts exist for those cases:
101101
* **Banning** invalidates responses matching regular expressions on the
102102
URL or other criteria;
103103
* **Cache tagging** lets you add a tag for each content used in a response
104-
so that you can invalidate all URLs containing a certain content.
104+
so that you can invalidate all URLs containing a certain content.
105+
106+
.. _`FOSHttpCacheBundle`: http://foshttpcachebundle.readthedocs.org/

cache/esi.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
single: Cache; ESI
33
single: ESI
44

5+
.. _edge-side-includes:
6+
57
Working with Edge Side Includes
68
===============================
79

http_cache.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ pattern and other request properties.
259259

260260
Finally, for more information about expiration caching, see :doc:`/cache/expiration`.
261261

262-
.. _http-cache-expiration-intro:
262+
.. _http-cache-validation-intro:
263263

264264
Validation Caching
265265
~~~~~~~~~~~~~~~~~~
@@ -331,7 +331,7 @@ Cache invalidation is *not* part of the HTTP specification. Still, it can be rea
331331
useful to delete various HTTP cache entries as soon as some content on your site
332332
is updated.
333333

334-
For details, see :doc:`/cache/cache_invalidation.rst`.
334+
For details, see :doc:`/cache/cache_invalidation`.
335335

336336
Using Edge Side Includes
337337
------------------------

0 commit comments

Comments
 (0)