Update link to DebugKit 2.2 branch

Refs https://github.com/cakephp/debug_kit/issues/372
This commit is contained in:
Marc Würth 2015-09-28 12:47:14 +02:00
parent 0da9c4976d
commit f1160b7401
2 changed files with 2 additions and 2 deletions

View file

@ -178,7 +178,7 @@ You can also add some CSS styles for your pages at: %s.',
<p> <p>
<ul> <ul>
<li> <li>
<?php echo $this->Html->link('DebugKit', 'https://github.com/cakephp/debug_kit') ?>: <?php echo $this->Html->link('DebugKit', 'https://github.com/cakephp/debug_kit/tree/2.2') ?>:
<?php echo __d('cake_dev', 'provides a debugging toolbar and enhanced debugging tools for CakePHP applications.'); ?> <?php echo __d('cake_dev', 'provides a debugging toolbar and enhanced debugging tools for CakePHP applications.'); ?>
</li> </li>
<li> <li>

View file

@ -181,7 +181,7 @@ You can also add some CSS styles for your pages at: %s.',
<p> <p>
<ul> <ul>
<li> <li>
<?php echo $this->Html->link('DebugKit', 'https://github.com/cakephp/debug_kit') ?>: <?php echo $this->Html->link('DebugKit', 'https://github.com/cakephp/debug_kit/tree/2.2') ?>:
<?php echo __d('cake_dev', 'provides a debugging toolbar and enhanced debugging tools for CakePHP applications.'); ?> <?php echo __d('cake_dev', 'provides a debugging toolbar and enhanced debugging tools for CakePHP applications.'); ?>
</li> </li>
<li> <li>