diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2020-03-20 17:50:39 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2020-03-20 17:50:39 +0100 |
commit | 91ca4dac21c66c50b44b9334287ddc4277991867 (patch) | |
tree | a132f4d8d29a5cdb2e84234cf43427ae13e35fce /stdnum/eu | |
parent | 273dd5494a525039e5c55d99bbf0835dee3388b9 (diff) |
Use HTTPS in URLs where possible
Diffstat (limited to 'stdnum/eu')
-rw-r--r-- | stdnum/eu/eic.py | 2 | ||||
-rw-r--r-- | stdnum/eu/nace.py | 2 |
2 files changed, 2 insertions, 2 deletions
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' |