From ab7e8f8491fb734c1d7004b32f051a22a3eda3e5 Mon Sep 17 00:00:00 2001 From: ADmad Date: Mon, 28 Sep 2015 09:48:50 +0530 Subject: [PATCH] Update debugkit links to 2.x compatible branch Refs cakephp/debug_kit#372 --- app/View/Pages/home.ctp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/View/Pages/home.ctp b/app/View/Pages/home.ctp index c3f98b106..67078a984 100644 --- a/app/View/Pages/home.ctp +++ b/app/View/Pages/home.ctp @@ -138,7 +138,7 @@ endif; echo ''; echo __d('cake_dev', 'DebugKit is not installed. It will help you inspect and debug different aspects of your application.'); echo '
'; - echo __d('cake_dev', 'You can install it from %s', $this->Html->link('GitHub', 'https://github.com/cakephp/debug_kit')); + echo __d('cake_dev', 'You can install it from %s', $this->Html->link('GitHub', 'https://github.com/cakephp/debug_kit/tree/2.2')); echo '
'; endif; ?> @@ -178,7 +178,7 @@ You can also add some CSS styles for your pages at: %s.',