diff --git a/src/index.php b/src/index.php index 44cea00b11..16c2a20e2d 100644 --- a/src/index.php +++ b/src/index.php @@ -43,7 +43,7 @@ $die .= '

' . sprintf( __( 'This requires NPM and Grunt. Read more about setting up your local development environment.' ), 'https://www.npmjs.com/', 'https://gruntjs.com/', - __( 'https://codex.wordpress.org/' ) + __( 'https://make.wordpress.org/core/handbook/tutorials/installing-wordpress-locally/' ) ) . '

'; wp_die( $die, __( 'WordPress › Error' ) ); \ No newline at end of file diff --git a/src/wp-admin/index.php b/src/wp-admin/index.php index 2f5ea078e8..8c3d3ffe8d 100644 --- a/src/wp-admin/index.php +++ b/src/wp-admin/index.php @@ -43,7 +43,7 @@ $die .= '

' . sprintf( __( 'This requires NPM and Grunt. Read more about setting up your local development environment.' ), 'https://www.npmjs.com/', 'https://gruntjs.com/', - __( 'https://codex.wordpress.org/' ) + __( 'https://make.wordpress.org/core/handbook/tutorials/installing-wordpress-locally/' ) ) . '

'; wp_die( $die, __( 'WordPress › Error' ) ); \ No newline at end of file