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 .= '<p>' . sprintf(
 		__( 'This requires <a href="%1$s">NPM</a> and <a href="%2$s">Grunt</a>. <a href="%3$s">Read more about setting up your local development environment</a>.' ),
 		'https://www.npmjs.com/',
 		'https://gruntjs.com/',
-		__( 'https://codex.wordpress.org/' )
+		__( 'https://make.wordpress.org/core/handbook/tutorials/installing-wordpress-locally/' )
 	) . '</p>';
 
 wp_die( $die, __( 'WordPress &rsaquo; 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 .= '<p>' . sprintf(
 		__( 'This requires <a href="%1$s">NPM</a> and <a href="%2$s">Grunt</a>. <a href="%3$s">Read more about setting up your local development environment</a>.' ),
 		'https://www.npmjs.com/',
 		'https://gruntjs.com/',
-		__( 'https://codex.wordpress.org/' )
+		__( 'https://make.wordpress.org/core/handbook/tutorials/installing-wordpress-locally/' )
 	) . '</p>';
 
 wp_die( $die, __( 'WordPress &rsaquo; Error' ) );
\ No newline at end of file
