| @@ -11,9 +11,9 @@ | ||
| 11 | 11 | A debugging/support plugin for WordPress. |
| 12 | 12 | |
| 13 | 13 | ## Description |
| 14 | 14 | |
| 15 | -This plugin sets the following debug constants in `wp-config.php` on plugin activation and removes them on plugin deactivation. Any errors will result in a PHP Exception being thrown. Debug constants per [Debugging in WordPress](https://wordpress.org/support/article/debugging-in-wordpress/). | |
| 15 | +This plugin sets the following debug constants in `wp-config.php` on plugin activation and removes them on plugin deactivation. Any errors will result in a PHP Exception being thrown. Debug constants per [Debugging in WordPress](https://codex.wordpress.org/Debugging_in_WordPress). | |
| 16 | 16 | |
| 17 | 17 | Default settings: |
| 18 | 18 | |
| 19 | 19 | ```php |