diff --git a/src/wp-admin/includes/dashboard.php b/src/wp-admin/includes/dashboard.php
index 3785588410..7e52653d27 100644
--- a/src/wp-admin/includes/dashboard.php
+++ b/src/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/'
+ );
+ ?>