Skip to content

Commit dfe8cdb

Browse files
authored
Merge pull request #1095 from wojsmol/patch-1
Update DebugKit documentation url
2 parents 0e27c6f + 1046c15 commit dfe8cdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/Pages/home.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
}
4040
if ($name === 'debug_kit') {
4141
$error = 'Try adding your current <b>top level domain</b> to the
42-
<a href="https://book.cakephp.org/debugkit/5/en/index.html#configuration" target="_blank">DebugKit.safeTld</a>
42+
<a href="https://book.cakephp.org/debugkit/5/configuration.html" target="_blank">DebugKit.safeTld</a>
4343
config and reload.';
4444
if (!in_array('sqlite', \PDO::getAvailableDrivers())) {
4545
$error .= '<br />You need to install the PHP extension <code>pdo_sqlite</code> so DebugKit can work properly.';

0 commit comments

Comments
 (0)