From 12f0cc05591597756af625fb39f025a65c6a7896 Mon Sep 17 00:00:00 2001
From: James Watts
Date: Thu, 24 Oct 2013 14:39:32 +0200
Subject: [PATCH] Updated links to CakePHP resources
---
.../Templates/skel/View/Pages/home.ctp | 24 ++++++++++++-------
1 file changed, 16 insertions(+), 8 deletions(-)
diff --git a/lib/Cake/Console/Templates/skel/View/Pages/home.ctp b/lib/Cake/Console/Templates/skel/View/Pages/home.ctp
index 0e4ccb0f5..2a738494b 100644
--- a/lib/Cake/Console/Templates/skel/View/Pages/home.ctp
+++ b/lib/Cake/Console/Templates/skel/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.',