From 5604d91be8e92f12b0bf2c599bb858e8f3704143 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Thu, 13 Apr 2017 22:37:33 +0200 Subject: Switch to HTTPS URLs --- stdnum/fr/nir.py | 4 ++-- stdnum/fr/siren.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'stdnum/fr') diff --git a/stdnum/fr/nir.py b/stdnum/fr/nir.py index bf1206a..c9381b2 100644 --- a/stdnum/fr/nir.py +++ b/stdnum/fr/nir.py @@ -2,7 +2,7 @@ # coding: utf-8 # # Copyright (C) 2016 Dimitri Papadopoulos -# Copyright (C) 2016 Arthur de Jong +# Copyright (C) 2016-2017 Arthur de Jong # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -33,7 +33,7 @@ the location of birth (COG), 3 for a serial and 2 check digits. More information: -* http://www.insee.fr/en/methodes/default.asp?page=definitions/nir.htm +* https://www.insee.fr/en/metadonnees/definition/c1409 * https://en.wikipedia.org/wiki/INSEE_code * http://resoo.org/docs/_docs/regles-numero-insee.pdf * https://fr.wikipedia.org/wiki/Numéro_de_sécurité_sociale_en_France diff --git a/stdnum/fr/siren.py b/stdnum/fr/siren.py index 543f428..ff06b69 100644 --- a/stdnum/fr/siren.py +++ b/stdnum/fr/siren.py @@ -1,7 +1,7 @@ # siren.py - functions for handling French SIREN numbers # coding: utf-8 # -# Copyright (C) 2012, 2013 Arthur de Jong +# Copyright (C) 2012-2017 Arthur de Jong # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -44,7 +44,7 @@ from stdnum.util import clean # An online validation function is available but it does not provide an # automated entry point, has usage restrictions and seems to require # attribution to the service for any results used. -# http://avis-situation-sirene.insee.fr/ +# https://avis-situation-sirene.insee.fr/ def compact(number): -- cgit v1.2.3