Skip to content

Commit bc8d920

Browse files
committed
Updating changelog link on home.ctp
1 parent 4965ab5 commit bc8d920

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cake/libs/view/pages/home.ctp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if (Configure::read() == 0):
2727
endif;
2828
?>
2929
<h2><?php echo sprintf(__('Release Notes for CakePHP %s.', true), Configure::version()); ?></h2>
30-
<a href="http://code.cakephp.org/wiki/changelog/1_2_x_x"><?php __('Read the changelog'); ?> </a>
30+
<a href="http://code.cakephp.org/wiki/changelog/1_3_0-alpha"><?php __('Read the changelog'); ?> </a>
3131
<?php
3232
if (Configure::read() > 0):
3333
Debugger::checkSessionKey();
@@ -139,7 +139,7 @@ You can also add some CSS styles for your pages at: APP/webroot/css.');
139139
<ul><li><?php __('Community mailing list'); ?></li></ul></li>
140140
<li><a href="irc://irc.freenode.net/cakephp">irc.freenode.net #cakephp</a>
141141
<ul><li><?php __('Live chat about CakePHP'); ?></li></ul></li>
142-
<li><a href="https://code.cakephp.org/"><?php __('CakePHP Code'); ?> </a>
142+
<li><a href="http://code.cakephp.org/"><?php __('CakePHP Code'); ?> </a>
143143
<ul><li><?php __('For the Development of CakePHP (Tickets, Git browser, Roadmap, Changelogs)'); ?></li></ul></li>
144144
<li><a href="http://www.cakeforge.org"><?php __('CakeForge'); ?> </a>
145145
<ul><li><?php __('Open Development for CakePHP'); ?></li></ul></li>

0 commit comments

Comments
 (0)