From b99845db25314375ff08f7817607aadbe76aecff Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 17 Nov 2019 11:09:05 +0000 Subject: [PATCH] Docs: Replace Codex URLs with corresponding HelpHub articles in `wp-config-sample.php`. Props sebastienserre. Fixes #48680. git-svn-id: https://develop.svn.wordpress.org/trunk@46740 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-config-sample.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-config-sample.php b/wp-config-sample.php index ed8f9fc0e5..1a4e59243b 100644 --- a/wp-config-sample.php +++ b/wp-config-sample.php @@ -13,7 +13,7 @@ * * Database table prefix * * ABSPATH * - * @link https://codex.wordpress.org/Editing_wp-config.php + * @link https://wordpress.org/support/article/editing-wp-config-php/ * * @package WordPress */ @@ -73,9 +73,9 @@ $table_prefix = 'wp_'; * in their development environments. * * For information on other constants that can be used for debugging, - * visit the Codex. + * visit the documentation. * - * @link https://codex.wordpress.org/Debugging_in_WordPress + * @link https://wordpress.org/support/article/debugging-in-wordpress/ */ define( 'WP_DEBUG', false );