summaryrefslogtreecommitdiffstats
path: root/wp-load.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-load.php')
-rw-r--r--wp-load.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-load.php b/wp-load.php
index d3787d1..40c141f 100644
--- a/wp-load.php
+++ b/wp-load.php
@@ -91,7 +91,7 @@ if ( file_exists( ABSPATH . 'wp-config.php' ) ) {
$die .= '<p>' . sprintf(
/* translators: 1: Documentation URL, 2: wp-config.php */
__( 'Need more help? <a href="%1$s">Read the support article on %2$s</a>.' ),
- __( 'https://wordpress.org/documentation/article/editing-wp-config-php/' ),
+ __( 'https://developer.wordpress.org/advanced-administration/wordpress/wp-config/' ),
'<code>wp-config.php</code>'
) . '</p>';
$die .= '<p>' . sprintf(