[master] f444878 fix reference

Nils Goroll nils.goroll at uplex.de
Thu Sep 15 09:25:12 CEST 2016


commit f4448782c0a6de33d99a1ccae7f3e27b96228d38
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Thu Sep 15 09:24:32 2016 +0200

    fix reference

diff --git a/doc/sphinx/whats-new/changes-5.0.rst b/doc/sphinx/whats-new/changes-5.0.rst
index ee70fd2..9d74be6 100644
--- a/doc/sphinx/whats-new/changes-5.0.rst
+++ b/doc/sphinx/whats-new/changes-5.0.rst
@@ -124,6 +124,7 @@ long it should get out of the way when it could potentially slow down
 lookups due to lock contention. Previously this was the same as
 ``ban_lurker_sleep``.
 
+.. _whatsnew_changes_5.0_reqbody:
 
 Request Body sent always / "cacheable POST"
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/doc/sphinx/whats-new/upgrading-5.0.rst b/doc/sphinx/whats-new/upgrading-5.0.rst
index 31371da..095e72b 100644
--- a/doc/sphinx/whats-new/upgrading-5.0.rst
+++ b/doc/sphinx/whats-new/upgrading-5.0.rst
@@ -58,9 +58,10 @@ vcl_backend_fetch
 * Added write access to ``bereq.body``, the request body. Only ``unset``
   is supported at this time.
 
-* We now send request bodies by default (see :ref:_whatsnew_changes_5.0).
-  To keep the previous behaviour add the following code before any
-  ``return (..)`` statement in this subroutine::
+* We now send request bodies by default (see
+  :ref:`whatsnew_changes_5.0_reqbody`). To keep the previous behaviour
+  add the following code before any ``return (..)`` statement in this
+  subroutine::
 
 	if (bereq.method == "GET") {
 	    unset bereq.body;



More information about the varnish-commit mailing list