Redirect User to custom URL after registering

You can use wp_redirect function (Codex) at any point where you want to redirect the user:

wp_redirect( home_url() ); exit;