[master] 579f712 Doc: Fix indentation issue
    Kristian Lyngstøl 
    kristian at varnish-cache.org
       
    Wed Aug  8 16:41:12 CEST 2012
    
    
  
commit 579f7120c0c03e0bd9da25d5a8287beace4f872e
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