Skip to content

Commit 7ddd9dc

Browse files
authoredMar 6, 2025··
Merge pull request #385 from CakeDC/feature/fix-whats-new-link
fix whats new link in the whats new section
2 parents 39ec957 + f99d6c6 commit 7ddd9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎templates/element/home/whats_new.php

+1-1
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)
Please sign in to comment.