[master] 65f76df nope, here users_vcl _was_ the right reference

Nils Goroll nils.goroll at uplex.de
Fri Mar 13 18:58:09 CET 2015


commit 65f76dfa7733c04be8692d999522b6799a25f325
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Fri Mar 13 17:59:52 2015 +0100

    nope, here users_vcl _was_ the right reference

diff --git a/doc/sphinx/users-guide/index.rst b/doc/sphinx/users-guide/index.rst
index 8716bad..e1c3e83 100644
--- a/doc/sphinx/users-guide/index.rst
+++ b/doc/sphinx/users-guide/index.rst
@@ -20,7 +20,7 @@ following the major interfaces to Varnish as a service:
 respect to storage, sockets, security and how you can control and
 communicate with Varnish once it is running.
 
-:ref:`vcl(7)` is about getting Varnish to handle the
+:ref:`users_vcl` is about getting Varnish to handle the
 HTTP requests the way you want, what to cache, how to cache it,
 modifying HTTP headers etc. etc.
 
diff --git a/doc/sphinx/users-guide/intro.rst b/doc/sphinx/users-guide/intro.rst
index 99419ee..927292a 100644
--- a/doc/sphinx/users-guide/intro.rst
+++ b/doc/sphinx/users-guide/intro.rst
@@ -73,7 +73,7 @@ VCL code can be extended using external modules, called VMODs or
 even by inline C-code if you are brave, so in terms of what Varnish
 can do for your HTTP traffic, there really is no limit.
 
-:ref:`vcl(7)` describes VCL and what it can do in great detail.
+:ref:`users_vcl` describes VCL and what it can do in great detail.
 
 Varnish uses a segment of shared memory to report and log its activities and
 status. For each HTTP request, a number of very detailed records will
diff --git a/doc/sphinx/users-guide/vcl.rst b/doc/sphinx/users-guide/vcl.rst
index c03bee3..3528e7b 100644
--- a/doc/sphinx/users-guide/vcl.rst
+++ b/doc/sphinx/users-guide/vcl.rst
@@ -1,4 +1,5 @@
-.. _vcl(7):
+
+.. _users_vcl:
 
 VCL - Varnish Configuration Language
 ------------------------------------



More information about the varnish-commit mailing list