Skip to content

Commit c38b66b

Browse files
committed
Updated Symfony Cache Link
1 parent e161ab7 commit c38b66b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/links/symfony_api_cache.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
from . import link
2+
3+
link_name = "Symfony Cache Documentation"
4+
link_text = "Symfony Cache Documentation"
5+
link_url = "https://symfony.com/doc/5.4/cache.html#configuring-cache-with-frameworkbundle"
6+
7+
link.xref_links.update({link_name: (link_text, link_url)})

docs/rest_api/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ You can also configure a ``memcached`` server for improved performance, like thi
9696
'provider' => 'memcached://memcached.local:12345'
9797
],
9898
99-
For more examples of supported cache adapters, please visit the `Symfony Cache Documentation <https://symfony.com/doc/current/cache.html>`_.
99+
For more examples of supported cache adapters, please visit the :xref:`Symfony Cache Documentation`.

0 commit comments

Comments
 (0)