[master] 51b1f51 Reference cleanup.

Per Buer perbu at varnish-cache.org
Thu Jun 6 15:12:08 CEST 2013


commit 51b1f512efc2abeb3300e8f0f3713554f127fd56
Author: Per Buer <perbu at varnish-software.com>
Date:   Thu Jun 6 12:45:28 2013 +0200

    Reference cleanup.

diff --git a/doc/sphinx/users-guide/cookies.rst b/doc/sphinx/users-guide/cookies.rst
index 1df1851..c57478b 100644
--- a/doc/sphinx/users-guide/cookies.rst
+++ b/doc/sphinx/users-guide/cookies.rst
@@ -90,6 +90,7 @@ Cookies coming from the backend
 
 If your backend server sets a cookie using the Set-Cookie header
 Varnish will not cache the page in the default configuration.  A
-hit-for-pass object (see :ref:`users-guide-vcl_fetch_actions`) is created.
+hit-for-pass object (see :ref:`user-guide-vcl_actions`) is created.
 So, if the backend server acts silly and sets unwanted cookies just unset
 the Set-Cookie header and all should be fine. 
+
diff --git a/doc/sphinx/users-guide/vcl-built-in-subs.rst b/doc/sphinx/users-guide/vcl-built-in-subs.rst
index 99c1641..d1c31e6 100644
--- a/doc/sphinx/users-guide/vcl-built-in-subs.rst
+++ b/doc/sphinx/users-guide/vcl-built-in-subs.rst
@@ -1,5 +1,5 @@
 
-.. vcl-built-in-subs_
+.. _vcl-built-in-subs:
 
 Built in subroutines
 --------------------
diff --git a/doc/sphinx/users-guide/vcl-example-manipulating-responses.rst b/doc/sphinx/users-guide/vcl-example-manipulating-responses.rst
index 7362789..8afdb50 100644
--- a/doc/sphinx/users-guide/vcl-example-manipulating-responses.rst
+++ b/doc/sphinx/users-guide/vcl-example-manipulating-responses.rst
@@ -13,7 +13,7 @@ matches certain criteria::
     }
   }
 
-.. XXX ref hit-for-pass
+
 
 We also remove any Set-Cookie headers in order to avoid a hit-for-pass
-object to be created.
+object to be created. See :ref:`user-guide-vcl_actions`.
diff --git a/doc/sphinx/users-guide/vcl-syntax.rst b/doc/sphinx/users-guide/vcl-syntax.rst
index 95cb6c6..8277033 100644
--- a/doc/sphinx/users-guide/vcl-syntax.rst
+++ b/doc/sphinx/users-guide/vcl-syntax.rst
@@ -88,4 +88,5 @@ To call a subroutine, use the call keyword followed by the subroutine's name:
 
 call pipe_if_local;
 
-Varnish has quite a few built in subroutines that are called for each transaction as it flows through Varnish. See :ref:`vcl-built-in-subs`.
+Varnish has quite a few built in subroutines that are called for each
+transaction as it flows through Varnish. See :ref:`vcl-built-in-subs`.



More information about the varnish-commit mailing list