Index: src/wp-admin/includes/class-wp-theme-install-list-table.php
===================================================================
--- src/wp-admin/includes/class-wp-theme-install-list-table.php	(revision 27236)
+++ src/wp-admin/includes/class-wp-theme-install-list-table.php	(working copy)
@@ -192,7 +192,7 @@
 		$preview_url   = add_query_arg( array(
 			'tab'   => 'theme-information',
 			'theme' => $theme->slug,
-		) );
+		), self_admin_url( 'theme-install.php' ) );
 
 		$actions = array();
 
