Found this in the wiki:
How do I change the sort order of my links?
Make these changes to INDEX.PHP
Sort Links By…
Date / Time Updated:
<?php get_links(-1, ”, ”, ”, 0, ‘_updated’, 0, 0, -1, -1)?>
Alphabetically:
<?php get_links(-1, ”, ”, ”, 0, ‘name’, 0, 0, -1, -1)?>