From 91ca4dac21c66c50b44b9334287ddc4277991867 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Fri, 20 Mar 2020 17:50:39 +0100 Subject: Use HTTPS in URLs where possible --- stdnum/eu/eic.py | 2 +- stdnum/eu/nace.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'stdnum/eu') diff --git a/stdnum/eu/eic.py b/stdnum/eu/eic.py index e6d9419..6342518 100644 --- a/stdnum/eu/eic.py +++ b/stdnum/eu/eic.py @@ -30,7 +30,7 @@ the object and 1 check character. More information: * https://en.wikipedia.org/wiki/Energy_Identification_Code -* http://www.eiccodes.eu/ +* https://www.entsoe.eu/data/energy-identification-codes-eic/ >>> validate('22XWATTPLUS----G') '22XWATTPLUS----G' diff --git a/stdnum/eu/nace.py b/stdnum/eu/nace.py index 6c1ced4..91fc2a4 100644 --- a/stdnum/eu/nace.py +++ b/stdnum/eu/nace.py @@ -32,7 +32,7 @@ according to revision 2 and based on the registry as published by the EC. More information: * https://en.wikipedia.org/wiki/Statistical_Classification_of_Economic_Activities_in_the_European_Community -* http://ec.europa.eu/eurostat/ramon/nomenclatures/index.cfm?TargetUrl=LST_NOM_DTL&StrNom=NACE_REV2&StrLanguageCode=EN&IntPcKey=&StrLayoutCode=HIERARCHIC +* https://ec.europa.eu/eurostat/ramon/nomenclatures/index.cfm?TargetUrl=LST_NOM_DTL&StrNom=NACE_REV2&StrLanguageCode=EN&IntPcKey=&StrLayoutCode=HIERARCHIC >>> validate('A') 'A' -- cgit v1.2.3