Index: wp-admin/upgrade.php
===================================================================
--- wp-admin/upgrade.php	(revision 3131)
+++ wp-admin/upgrade.php	(working copy)
@@ -62,7 +62,7 @@
 	</style>
 </head>
 <body>
-<h1 id="logo"><img alt="WordPress" src="http://static.wordpress.org/logo.png" /></h1>
+<h1 id="logo"><img alt="WordPress" src="images/wordpress-logo.png" /></h1>
 <?php
 switch($step) {
 
Index: wp-admin/install.php
===================================================================
--- wp-admin/install.php	(revision 3131)
+++ wp-admin/install.php	(working copy)
@@ -74,7 +74,7 @@
 	</style>
 </head>
 <body>
-<h1 id="logo"><img alt="WordPress" src="http://static.wordpress.org/logo.png" /></h1>
+<h1 id="logo"><img alt="WordPress" src="images/wordpress-logo.png" /></h1>
 <?php
 // Let's check to make sure WP isn't already installed.
 $wpdb->hide_errors();
