diff --git a/readme.html b/readme.html
index 20272c19bf..0048b9efa3 100644
--- a/readme.html
+++ b/readme.html
@@ -67,8 +67,8 @@
Online Resources
If you have any questions that are not addressed in this document, please take advantage of WordPress’ numerous online resources:
- - The WordPress Codex
- - The Codex is the encyclopedia of all things WordPress. It is the most comprehensive source of information for WordPress available.
+ - HelpHub
+ - HelpHub is the encyclopedia of all things WordPress. It is the most comprehensive source of information for WordPress available.
- The WordPress Blog
- This is where you’ll find the latest updates and news related to WordPress. Recent WordPress news appears in your administrative dashboard by default.
- WordPress Planet
diff --git a/wp-includes/version.php b/wp-includes/version.php
index f362da9479..dee22b0c0e 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '6.1-alpha-54188';
+$wp_version = '6.1-alpha-54189';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.