[3.0] 3102324 Doc: Fix indentation issue

Tollef Fog Heen tfheen at varnish-cache.org
Mon Apr 22 13:26:59 CEST 2013


commit 3102324e9022312d0a0b08346417ff6294bf16ff
Author: Kristian Lyngstol <kristian at bohemians.org>
Date:   Wed Aug 8 16:40:14 2012 +0200

    Doc: Fix indentation issue
    
    Old indentation made the :ref: into a literal block, thus not a real
    reference. This should do the trick.

diff --git a/doc/sphinx/faq/general.rst b/doc/sphinx/faq/general.rst
index 2444394..44a11b3 100644
--- a/doc/sphinx/faq/general.rst
+++ b/doc/sphinx/faq/general.rst
@@ -187,7 +187,7 @@ Yes, you need VCL code like this::
 		set req.backend = foobar;
 	}
 
-    Please see :ref:`tutorial-advanced_backend_servers-directors_`.
+Please see :ref:`tutorial-advanced_backend_servers-directors_`.
 
 
 Why ...



More information about the varnish-commit mailing list