The blogroll is disabled in core now but it’s still there. You can re-enable it with a plugin or a bit of code in your theme’s functions.php
//Activate the Link Manager built in to the WordPress admin
add_filter( 'pre_option_link_manager_enabled', '__return_true' );