diff options
author | Sergey Biryukov <sergeybiryukov@git.wordpress.org> | 2019-11-17 11:09:05 +0000 |
---|---|---|
committer | Sergey Biryukov <sergeybiryukov@git.wordpress.org> | 2019-11-17 11:09:05 +0000 |
commit | b99845db25314375ff08f7817607aadbe76aecff (patch) | |
tree | cb64015aa80a7af72b01cb1fabfc1c97638075bb /wp-config-sample.php | |
parent | 7bb2a562a626ae71fd6a9e802833ecd82c544fde (diff) | |
download | wordpress-b99845db25314375ff08f7817607aadbe76aecff.tar.gz wordpress-b99845db25314375ff08f7817607aadbe76aecff.zip |
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
Diffstat (limited to 'wp-config-sample.php')
-rw-r--r-- | wp-config-sample.php | 6 |
1 files 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 );
|