[CourrierInternationalBridge] Use newer https-based URL
This commit is contained in:
parent
a2f3866383
commit
8150a73922
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
||||
|
|
Loading…
Reference in a new issue