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
This commit is contained in:
Sergey Biryukov 2019-11-17 11:09:05 +00:00
parent 7bb2a562a6
commit b99845db25

View File

@ -13,7 +13,7 @@
* * Database table prefix * * Database table prefix
* * ABSPATH * * ABSPATH
* *
* @link https://codex.wordpress.org/Editing_wp-config.php * @link https://wordpress.org/support/article/editing-wp-config-php/
* *
* @package WordPress * @package WordPress
*/ */
@ -73,9 +73,9 @@ $table_prefix = 'wp_';
* in their development environments. * in their development environments.
* *
* For information on other constants that can be used for debugging, * 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 ); define( 'WP_DEBUG', false );