Skip to content

Commit 8753bc6

Browse files
committed
Fix path to VCL files
1 parent c128fa1 commit 8753bc6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/varnish-configuration.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ acl invalidators {
4040
}
4141
```
4242

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).
4444

4545
Warning: Make sure that all web servers running your application that may
4646
trigger invalidation are whitelisted here. Otherwise, lost cache invalidation
@@ -78,7 +78,7 @@ sub vcl_miss {
7878
}
7979
```
8080

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).
8282

8383
Refresh
8484
-------
@@ -94,7 +94,7 @@ sub vcl_recv {
9494
}
9595
```
9696

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).
9898

9999
Ban
100100
---
@@ -134,7 +134,7 @@ sub vcl_deliver {
134134
}
135135
```
136136

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).
138138

139139
Tagging
140140
-------
@@ -170,7 +170,7 @@ sub vcl_recv {
170170
}
171171
```
172172

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).
174174

175175
Debugging
176176
---------
@@ -190,4 +190,4 @@ sub vcl_deliver {
190190
}
191191
```
192192

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

Comments
 (0)