Skip to content

Commit db0ed59

Browse files
authored
Merge pull request #499 from alexander-schranz/patch-1
Fixed symfony httpcache documentation link
2 parents 7dda6be + 395612e commit db0ed59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/doc/features/symfony-http-cache.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ your kernel like this::
9898
}
9999
}
100100

101-
Now you need to adjust your front controller (that you set up according to the `Symfony HttpCache documentation_`) to use that cache instance rather than creating one::
101+
Now you need to adjust your front controller (that you set up according to the `Symfony HttpCache documentation`_) to use that cache instance rather than creating one::
102102

103103
// public/index.php
104104

0 commit comments

Comments
 (0)