How to configure the navigation links

configure the navigation links by going to Layout > Edit HTML and find the following code

<ul>
<li><a href='/'>Home</a></li>
<li><a href='#'>About</a></li>
<li><a href='#'>Portfolio</a></li>
<li><a href='#'>Services</a></li>
<li><a href='#'>Contact</a></li>
</ul>

get them working by replacing the # with the URL here's an example

<ul>
<li><a href='/'>Home</a></li>
<li><a href='http://myblog.blogspot.com/2009/03/about.html'>About</a></li>
<li><a href='http://myblog.blogspot.com/2009/03/portfolio.html'>Portfolio</a></li>
<li><a href='http://myblog.blogspot.com/2009/03/myservices.html'>Services</a></li>
<li><a href='http://myblog.blogspot.com/2009/03/contact.html'>Contact</a></li>
</ul>

do not use any of my templates for hateful or pornographic sites and the credits in the footer must stay intact