
kristian at varnish-cache
Aug 8, 2012, 7:45 AM
Post #1 of 1
(55 views)
Permalink
|
|
[master] 2b08b3d doc: Attempt two at fixing references.
|
|
commit 2b08b3dd05689534d8aeb7e966eafd15a292a9d8 Author: Kristian Lyngstol <kristian [at] bohemians> Date: Wed Aug 8 16:45:06 2012 +0200 doc: Attempt two at fixing references. diff --git a/doc/sphinx/faq/general.rst b/doc/sphinx/faq/general.rst index 44a11b3..b0c7e13 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 ... @@ -196,7 +196,7 @@ Why ... **Why does it look like Varnish sends all requests to the backend? I thought it was a cache?** -Please see ref:`tutorial-increasing_your_hitrate`. +Please see :ref:`tutorial-increasing_your_hitrate`. **Why does Varnish require the system to have a C compiler?** _______________________________________________ varnish-commit mailing list varnish-commit [at] varnish-cache https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit
|