here is the code that i found in the connections theme…
<h2><?php _e('Links'); ?></h2>
<ul><?php get_links('-1', '<li>', '</li>', ' '); ?></ul>
try putting this in the page where you want the links…
i know this works on the index page. WP 2.0 might be nesscary.