Index: src/wp-includes/theme.php
===================================================================
--- src/wp-includes/theme.php	(revision 40283)
+++ src/wp-includes/theme.php	(working copy)
@@ -1984,7 +1984,7 @@
 			'link_home' => array(
 				'type' => 'custom',
 				'title' => _x( 'Home', 'Theme starter content' ),
-				'url' => home_url(),
+				'url' => home_url( '/' ),
 			),
 			'page_home' => array( // Deprecated in favor of link_home.
 				'type' => 'post_type',
