Skip to content

Commit b99845d

Browse files
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
1 parent 7bb2a56 commit b99845d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wp-config-sample.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* * Database table prefix
1414
* * ABSPATH
1515
*
16-
* @link https://codex.wordpress.org/Editing_wp-config.php
16+
* @link https://wordpress.org/support/article/editing-wp-config-php/
1717
*
1818
* @package WordPress
1919
*/
@@ -73,9 +73,9 @@
7373
* in their development environments.
7474
*
7575
* For information on other constants that can be used for debugging,
76-
* visit the Codex.
76+
* visit the documentation.
7777
*
78-
* @link https://codex.wordpress.org/Debugging_in_WordPress
78+
* @link https://wordpress.org/support/article/debugging-in-wordpress/
7979
*/
8080
define( 'WP_DEBUG', false );
8181

0 commit comments

Comments
 (0)