[master] 8e138d602 Don't reference the old TRAC wiki in example.vcl

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Mon Apr 15 07:43:06 UTC 2019


commit 8e138d6026d2544fb8cdad8f8cecd81a54dbdbd7
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Mon Apr 15 09:41:38 2019 +0200

    Don't reference the old TRAC wiki in example.vcl
    
    Refs #2948

diff --git a/etc/example.vcl b/etc/example.vcl
index 050396324..a48247a93 100644
--- a/etc/example.vcl
+++ b/etc/example.vcl
@@ -5,10 +5,10 @@
 # builtin VCL. The builtin VCL is called when there is no explicit
 # return statement.
 #
-# See the VCL chapters in the Users Guide at https://www.varnish-cache.org/docs/
-# and https://www.varnish-cache.org/trac/wiki/VCLExamples for more examples.
+# See the VCL chapters in the Users Guide for a comprehensive documentation
+# at https://www.varnish-cache.org/docs/.
 
-# Marker to tell the VCL compiler that this VCL has been adapted to the
+# Marker to tell the VCL compiler that this VCL has been written with the
 # 4.0 or 4.1 syntax.
 vcl 4.1;
 


More information about the varnish-commit mailing list