How do I redirect back to the pages list after using the Automatic Hub Creation form?

Open lib/inc/auto-hub-pages.php and find:

wp_redirect( get_permalink( $hub_page_id ) );

Replace with:

wp_redirect( admin_url( '/edit.php?post_type=page' ) );