Skip to content

Commit

Permalink
fix 404 laravel-news-link
Browse files Browse the repository at this point in the history
  • Loading branch information
gcavanunez committed Nov 9, 2023
1 parent d87156d commit f2f4e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/seeders/TargetSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class TargetSeeder extends Seeder
protected $targets = [
[
'name' => 'Laravel News',
'url' => 'https://laravel-news.com/links/create',
'url' => 'https://laravel-news.com/links/submit',
],
[
'name' => 'Freek.dev',
Expand Down

0 comments on commit f2f4e96

Please sign in to comment.