diff --git a/wp-admin/about.php b/wp-admin/about.php
index 2a95554086..87e321d00b 100644
--- a/wp-admin/about.php
+++ b/wp-admin/about.php
@@ -483,7 +483,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
@@ -502,7 +502,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
printf(
/* translators: %s: 6.1 overview video link. */
__( 'See WordPress 6.1 in action!
Watch a brief overview video highlighting some of the major features debuting in WordPress 6.1.' ),
- '#'
+ 'https://youtu.be/1w9oywSa6Hw'
);
?>
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 8133dd9d9b..71e4ef0aa7 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '6.2-alpha-54728';
+$wp_version = '6.2-alpha-54729';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.