To assist those helping, this is the code in the header I’m looking to change.
<div id="header">
<h1><span><?php bloginfo('name'); ?></span></h1>
<h2><span><?php bloginfo('description'); ?></span></h2>
<ul>
<li id="go_download"><a class="fadeThis" href="http://bustatheme.com/wordpress/coda-blue/"><strong>Download WP CODA</strong></a></li>
<li id="go_learn"><a class="fadeThis" href="http://facebook.com"</a></li>
<li id="go_talk"><a class="fadeThis" href="http://bustatheme.com/wordpress/coda-blue/#comments"><strong>WP CODA Discussion</strong></a></li>
You can see I’ve tried to change the second link to facebook but it was unsuccessful. It just stayed with the same link.