diff --git a/app/View/Pages/home.ctp b/app/View/Pages/home.ctp
index 0e4ccb0f5..2a738494b 100644
--- a/app/View/Pages/home.ctp
+++ b/app/View/Pages/home.ctp
@@ -144,7 +144,7 @@ if (isset($filePresent)):
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'));
echo '';
endif;
?>
@@ -203,24 +203,32 @@ You can also add some CSS styles for your pages at: %s.',