diff --git a/app/Database/Seeds/PlatformSeeder.php b/app/Database/Seeds/PlatformSeeder.php
index dbfcd2e2957d89cd2937b61584ebcf9a249fd2ab..a008a4b698e19f5c5a2c14e0b799dfd91d60eb3b 100644
--- a/app/Database/Seeds/PlatformSeeder.php
+++ b/app/Database/Seeds/PlatformSeeder.php
@@ -23,15 +23,15 @@ class PlatformSeeder extends Seeder
                 'slug' => 'amazon',
                 'type' => 'podcasting',
                 'label' => 'Amazon Music and Audible',
-                'home_url' => 'https://music.amazon.com/podcasts',
-                'submit_url' => 'http://amazon.com/podcasters',
+                'home_url' => 'https://music.amazon.com/',
+                'submit_url' => 'https://podcasters.amazon.com/',
             ],
             [
                 'slug' => 'antennapod',
                 'type' => 'podcasting',
                 'label' => 'AntennaPod',
                 'home_url' => 'https://antennapod.org/',
-                'submit_url' => 'https://api.podcastindex.org/signup',
+                'submit_url' => 'https://podcastindex.org/add',
             ],
             [
                 'slug' => 'apple',
@@ -161,7 +161,7 @@ class PlatformSeeder extends Seeder
                 'type' => 'podcasting',
                 'label' => 'Podcast Index',
                 'home_url' => 'https://podcastindex.org/',
-                'submit_url' => 'https://api.podcastindex.org/signup',
+                'submit_url' => 'https://podcastindex.org/add',
             ],
             [
                 'slug' => 'podchaser',
@@ -203,7 +203,7 @@ class PlatformSeeder extends Seeder
                 'type' => 'podcasting',
                 'label' => 'Podfriend',
                 'home_url' => 'https://www.podfriend.com/',
-                'submit_url' => 'https://api.podcastindex.org/signup',
+                'submit_url' => 'https://podcastindex.org/add',
             ],
             [
                 'slug' => 'podverse',