From 90c3338b690390d662c833a703238fc1439b2a90 Mon Sep 17 00:00:00 2001 From: Chase Noel Date: Wed, 18 Jan 2017 13:49:44 -0700 Subject: [PATCH 1/2] Possible fix for the broken link for cache --- reference/configuration/framework.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 8f1fe9b091e..25ccb48c6c0 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -105,7 +105,7 @@ Configuration * `php_errors`_ * `log`_ * `throw`_ -* `cache `_ +* :ref:`cache ` * `prefix_seed`_ secret @@ -1489,6 +1489,7 @@ throw Throw PHP errors as ``\ErrorException`` instances. The parameter ``debug.error_handler.throw_at`` controls the threshold. +.. _reference-cache: cache ~~~~~ From 0d610950675cbedd4c11364fd6c0568d68f75463 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Thu, 19 Jan 2017 22:05:03 +0100 Subject: [PATCH 2/2] add missing blank line --- reference/configuration/framework.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 25ccb48c6c0..3291785f545 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -1490,6 +1490,7 @@ Throw PHP errors as ``\ErrorException`` instances. The parameter ``debug.error_handler.throw_at`` controls the threshold. .. _reference-cache: + cache ~~~~~