If you have your own WordPress website, you have the option to update links. Here's how you can do it:
1. Open your website's phpMyAdmin.
2. Select the appropriate database and table.
3. Click on the SQL tab.
Now, execute the following SQL query:
UPDATE wp_posts SET post_content = REPLACE(post_content, 'dgdrive.xyz', 'dgdrive.pro');
That's all there is to it. Your links will be replaced in one go.
Best regards,