Skip to content

Commit b6e180f

Browse files
Documentation - Fix Testing Debugging - Fixed Kint Link
Signed-off-by: Najdanovic Ivan <najdanovicivan@gmail.com>
1 parent 4939c25 commit b6e180f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/testing/debugging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Replace var_dump
1111
================
1212

1313
While using XDebug and a good IDE can be indispensable to debug your application, sometimes a quick ``var_dump()`` is
14-
all you need. CodeIgniter makes that even better by bundling in the excellent `Kint <https://raveren.github.io/kint/>`_
14+
all you need. CodeIgniter makes that even better by bundling in the excellent `Kint <https://kint-php.github.io/kint/>`_
1515
debugging tool for PHP. This goes way beyond your usual tool, providing many alternate pieces of data, like formatting
1616
timestamps into recognizable dates, showing you hexcodes as colors, display array data like a table for easy reading,
1717
and much, much more.

0 commit comments

Comments
 (0)