diff --git a/src/wp-load.php b/src/wp-load.php
index d3787d108e..40c141f740 100644
a
|
b
|
if ( file_exists( ABSPATH . 'wp-config.php' ) ) { |
91 | 91 | $die .= '<p>' . sprintf( |
92 | 92 | /* translators: 1: Documentation URL, 2: wp-config.php */ |
93 | 93 | __( 'Need more help? <a href="%1$s">Read the support article on %2$s</a>.' ), |
94 | | __( 'https://wordpress.org/documentation/article/editing-wp-config-php/' ), |
| 94 | __( 'https://developer.wordpress.org/advanced-administration/wordpress/wp-config/' ), |
95 | 95 | '<code>wp-config.php</code>' |
96 | 96 | ) . '</p>'; |
97 | 97 | $die .= '<p>' . sprintf( |
diff --git a/wp-config-sample.php b/wp-config-sample.php
index 6c4ea5f376..3b65ccae8e 100644
a
|
b
|
|
13 | 13 | * * Database table prefix |
14 | 14 | * * ABSPATH |
15 | 15 | * |
16 | | * @link https://wordpress.org/documentation/article/editing-wp-config-php/ |
| 16 | * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/ |
17 | 17 | * |
18 | 18 | * @package WordPress |
19 | 19 | */ |