@@ -10,7 +10,7 @@ See also the [GitHub releases page](https://github.com/FriendsOfSymfony/FOSHttpC
1010
1111* Replaced hard coupling on Guzzle HTTP client with HTTPlug. You now need
1212 to explicitly specify a supported HTTP adapter in composer.json, see [ installation instructions]
13- (http://foshttpcache.readthedocs.org /en/stable/installation.html )
13+ (http://foshttpcache.readthedocs.io /en/stable/installation.html )
1414* BC Break: Separated the HttpDispatcher from the proxy clients. All existing
1515 clients still use HTTP to send invalidation requests.
1616* Added support and documentation for setting a custom TTL specifically for the
@@ -72,8 +72,8 @@ See also the [GitHub releases page](https://github.com/FriendsOfSymfony/FOSHttpC
72721.4.0
7373-----
7474
75- * Added symfony/http-kernel [ HttpCache client] ( http://foshttpcache.readthedocs.org /en/stable/proxy-clients.html#symfony-client ) .
76- * Added [ SymfonyTestCase] ( http://foshttpcache.readthedocs.org /en/stable/testing-your-application.html#symfonytestcase ) .
75+ * Added symfony/http-kernel [ HttpCache client] ( http://foshttpcache.readthedocs.io /en/stable/proxy-clients.html#symfony-client ) .
76+ * Added [ SymfonyTestCase] ( http://foshttpcache.readthedocs.io /en/stable/testing-your-application.html#symfonytestcase ) .
7777* Removed unneeded files from dist packages.
7878
79791.3.2
@@ -91,7 +91,7 @@ See also the [GitHub releases page](https://github.com/FriendsOfSymfony/FOSHttpC
91911.3.0
9292-----
9393
94- * Added [ TagHandler] ( http://foshttpcache.readthedocs.org /en/stable/invalidation-handlers.html#tag-handler ) .
94+ * Added [ TagHandler] ( http://foshttpcache.readthedocs.io /en/stable/invalidation-handlers.html#tag-handler ) .
9595* It is no longer possible to change the event dispatcher of the
9696 CacheInvalidator once its instantiated. If you need a custom dispatcher, set
9797 it right after creating the invalidator instance.
0 commit comments