[master] 8cddd051b fix changelog oops

Nils Goroll nils.goroll at uplex.de
Mon Feb 8 19:48:07 UTC 2021


commit 8cddd051b483ad17aff0a925b696cca370e17f01
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Mon Feb 8 20:46:46 2021 +0100

    fix changelog oops
    
    We cannot :ref: the rest of the online documentation from here

diff --git a/doc/changes.rst b/doc/changes.rst
index ceee8cd1d..a21ad8580 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -62,7 +62,9 @@ Varnish Cache Next (2021-03-15)
   subroutine accessing ``req`` from the backend side) and recursive
   calls fail the VCL.
 
-  See :ref:`ref-vmod` for details.
+  See `VMOD - Varnish Modules`_ in the Reference Manual.
+
+.. _VMOD - Varnish Modules: https://varnish-cache.org/docs/trunk/reference/vmod.html
 
 * ``VRT_check_call()`` can be used to check if a ``VRT_call()`` would
   succeed in order to avoid the potential VCL failure in case it would


More information about the varnish-commit mailing list