Skip to content

Commit

Permalink
Merge pull request #2 from jesusfbn/update-fedex-tracking-url
Browse files Browse the repository at this point in the history
Update tracking URL for FedEx
  • Loading branch information
philipnewcomer authored Sep 6, 2021
2 parents e751295 + 3b55103 commit 11a1e5d
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 11a1e5d

Please sign in to comment.