diff options
author | Jb Audras <audrasjb@git.wordpress.org> | 2024-03-11 14:06:51 +0000 |
---|---|---|
committer | Jb Audras <audrasjb@git.wordpress.org> | 2024-03-11 14:06:51 +0000 |
commit | e5a779515cef15166ca05777a7ca2cb212ddce35 (patch) | |
tree | 064181c115f29f4bbd5e54ab0689a86a5dfc0c05 /wp-config-sample.php | |
parent | 68fa550fc6199a7afb199612d9eb84ed4bf5f139 (diff) | |
download | wordpress-e5a779515cef15166ca05777a7ca2cb212ddce35.tar.gz wordpress-e5a779515cef15166ca05777a7ca2cb212ddce35.zip |
Docs: Update various HelpHub links to avoid unnecessary redirections.
Follow-up to [57793], [57798], [57800].
Props mkismy.
See #60732, #60699.
git-svn-id: https://develop.svn.wordpress.org/trunk@57801 602fd350-edb4-49c9-b593-d223f7449a82
Diffstat (limited to 'wp-config-sample.php')
-rw-r--r-- | wp-config-sample.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wp-config-sample.php b/wp-config-sample.php index 6c4ea5f376..bdea5cd755 100644 --- a/wp-config-sample.php +++ b/wp-config-sample.php @@ -13,7 +13,7 @@ * * Database table prefix
* * ABSPATH
*
- * @link https://wordpress.org/documentation/article/editing-wp-config-php/
+ * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
*
* @package WordPress
*/
@@ -77,7 +77,7 @@ $table_prefix = 'wp_'; * For information on other constants that can be used for debugging,
* visit the documentation.
*
- * @link https://wordpress.org/documentation/article/debugging-in-wordpress/
+ * @link https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
*/
define( 'WP_DEBUG', false );
|