Skip to content

Commit

Permalink
Update tracking URL for FedEx.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesus Fabian committed Sep 2, 2021
1 parent e751295 commit 3b55103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LinkifyTracking.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class LinkifyTracking
],
[
'label' => 'FedEx',
'url' => 'http://www.fedex.com/Tracking?language=english&cntry_code=us&tracknumbers=%s',
'url' => 'https://www.fedex.com/apps/fedextrack/?action=track&locale=en_US&cntry_code=us&tracknumbers=%s',
'regex' => '/\b(((96\d\d|6\d)\d{3} ?\d{4}|96\d{2}|\d{4}) ?\d{4} ?\d{4}( ?\d{3})?)\b/i'
],
[
Expand Down

0 comments on commit 3b55103

Please sign in to comment.