Skip to content

Commit f99d6c6

Browse files
committed
fix whats new link in the whats new section
1 parent 39ec957 commit f99d6c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/element/home/whats_new.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<div class="mb50 mt50">
1313
<h2><?= __("What's new in 5.1") ?></h2>
1414
<p><?= __("The migration guide has a complete list of {0}. We recommend you give that page a read when upgrading. A few highlights from 5.1 are:",
15-
$this->Html->link(__("what's new in 5.1", 'https://book.cakephp.org/5/en/appendices/5-1-migration-guide.html'))
15+
$this->Html->link(__("what's new in 5.1"), 'https://book.cakephp.org/5/en/appendices/5-1-migration-guide.html')
1616
) ?>
1717
</p>
1818
<ul>

0 commit comments

Comments
 (0)