diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php
index 3785588410..7e52653d27 100644
--- a/wp-admin/includes/dashboard.php
+++ b/wp-admin/includes/dashboard.php
@@ -1658,8 +1658,17 @@ function wp_try_gutenberg_panel() {
- - codenamed Gutenberg.' ), 'https://wordpress.org/gutenberg/' ); ?>
- - with testing, or contribute on the GitHub repository.' ), '', 'https://github.com/WordPress/gutenberg/' ); ?>
+ - codenamed Gutenberg.' ),
+ 'https://wordpress.org/gutenberg/'
+ );
+ ?>
+ - with testing, or contribute on the GitHub repository.' ),
+ __( 'https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/' ),
+ 'https://github.com/WordPress/gutenberg/'
+ );
+ ?>
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 9339f2c570..5db90802c6 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
-$wp_version = '4.9-beta2-41930';
+$wp_version = '4.9-beta2-41931';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.