diff --git a/transfer-protocol/bin/rewrite-urls.php b/transfer-protocol/bin/rewrite-urls.php index e36d943..d0699b5 100644 --- a/transfer-protocol/bin/rewrite-urls.php +++ b/transfer-protocol/bin/rewrite-urls.php @@ -75,9 +75,7 @@ $string_new_site_url = $options['new-site-url']; $parsed_new_site_url = WP_URL::parse( $string_new_site_url ); - echo "Replacing $base_url with $string_new_site_url in the input.\n"; - echo "Note this is not yet enough to migrate the site as both the previous and the new"; - echo "site might be hosted on specific paths.\n\n"; + echo "Replacing $base_url with $string_new_site_url in the input.\n\n"; while ( $p->next_url() ) { $updated = false; $matched_url = $p->get_raw_url(); diff --git a/transfer-protocol/tricky-output.html b/transfer-protocol/tricky-output.html index 394e651..8cc6e3c 100644 --- a/transfer-protocol/tricky-output.html +++ b/transfer-protocol/tricky-output.html @@ -1,6 +1,3 @@ -Replacing https://🚀-science.com/science with https://science.wordpress.com in the input. -Note this is not yet enough to migrate the site as both the previous and the newsite might be hosted on specific paths. -