diff --git a/app/Config/bootstrap.php b/app/Config/bootstrap.php index 03cda9cae..1eace32fb 100644 --- a/app/Config/bootstrap.php +++ b/app/Config/bootstrap.php @@ -64,7 +64,7 @@ Cache::config('default', array('engine' => 'File')); * advanced ways of loading plugins * * CakePlugin::loadAll(); // Loads all plugins at once - * CakePlugin::load('DebugKit'); //Loads a single plugin named DebugKit + * CakePlugin::load('DebugKit'); // Loads a single plugin named DebugKit */ /** 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.',