@@ -40,7 +40,7 @@ acl invalidators {
40
40
}
41
41
```
42
42
43
- See also this library’s [ basic configuration] ( ../tests/Tests/ Functional/Fixtures/varnish/fos.vcl ) .
43
+ See also this library’s [ basic configuration] ( ../tests/Functional/Fixtures/varnish/fos.vcl ) .
44
44
45
45
Warning: Make sure that all web servers running your application that may
46
46
trigger invalidation are whitelisted here. Otherwise, lost cache invalidation
@@ -78,7 +78,7 @@ sub vcl_miss {
78
78
}
79
79
```
80
80
81
- See also this library’s [ purge.vcl] ( ../tests/Tests/ Functional/Fixtures/varnish/purge.vcl ) .
81
+ See also this library’s [ purge.vcl] ( ../tests/Functional/Fixtures/varnish/purge.vcl ) .
82
82
83
83
Refresh
84
84
-------
@@ -94,7 +94,7 @@ sub vcl_recv {
94
94
}
95
95
```
96
96
97
- See also this library’s [ refresh.vcl] ( ../tests/Tests/ Functional/Fixtures/varnish/refresh.vcl ) .
97
+ See also this library’s [ refresh.vcl] ( ../tests/Functional/Fixtures/varnish/refresh.vcl ) .
98
98
99
99
Ban
100
100
---
@@ -134,7 +134,7 @@ sub vcl_deliver {
134
134
}
135
135
```
136
136
137
- See also this library’s [ ban.vcl] ( ../tests/Tests/ Functional/Fixtures/varnish/ban.vcl ) .
137
+ See also this library’s [ ban.vcl] ( ../tests/Functional/Fixtures/varnish/ban.vcl ) .
138
138
139
139
Tagging
140
140
-------
@@ -170,7 +170,7 @@ sub vcl_recv {
170
170
}
171
171
```
172
172
173
- See also this library’s [ ban.vcl] ( ../tests/Tests/ Functional/Fixtures/varnish/ban.vcl ) .
173
+ See also this library’s [ ban.vcl] ( ../tests/Functional/Fixtures/varnish/ban.vcl ) .
174
174
175
175
Debugging
176
176
---------
@@ -190,4 +190,4 @@ sub vcl_deliver {
190
190
}
191
191
```
192
192
193
- See also this library’s [ debug.vcl] ( ../tests/Tests/ Functional/Fixtures/varnish/debug.vcl ) .
193
+ See also this library’s [ debug.vcl] ( ../tests/Functional/Fixtures/varnish/debug.vcl ) .
0 commit comments