From ecb3302b45c89ad09447e085077927b264325582 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 30 May 2018 14:55:10 +0000 Subject: [PATCH] Build/Test Tools: Replace Codex home page link in "Read more about setting up your local development environment" with a more specific handbook link. Props abdullahramzan, johnbillion. Fixes #44228. git-svn-id: https://develop.svn.wordpress.org/trunk@43328 602fd350-edb4-49c9-b593-d223f7449a82 --- src/index.php | 2 +- src/wp-admin/index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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