From 8150a739221797979da8372a91215100ba881c85 Mon Sep 17 00:00:00 2001 From: Lyra Date: Wed, 8 May 2019 22:09:49 +0200 Subject: [PATCH] [CourrierInternationalBridge] Use newer https-based URL --- bridges/CourrierInternationalBridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/CourrierInternationalBridge.php b/bridges/CourrierInternationalBridge.php index 1e7c93e8..1b754e3d 100644 --- a/bridges/CourrierInternationalBridge.php +++ b/bridges/CourrierInternationalBridge.php @@ -3,7 +3,7 @@ class CourrierInternationalBridge extends BridgeAbstract { const MAINTAINER = 'teromene'; const NAME = 'Courrier International Bridge'; - const URI = 'http://CourrierInternational.com/'; + const URI = 'https://www.courrierinternational.com/'; const CACHE_TIMEOUT = 300; // 5 min const DESCRIPTION = 'Courrier International bridge';