diff options
Diffstat (limited to 'stdnum/es/referenciacatastral.py')
-rw-r--r-- | stdnum/es/referenciacatastral.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdnum/es/referenciacatastral.py b/stdnum/es/referenciacatastral.py index c4d913c..8d5ee1f 100644 --- a/stdnum/es/referenciacatastral.py +++ b/stdnum/es/referenciacatastral.py @@ -79,7 +79,7 @@ def format(number): # The check digit implementation is based on the Javascript # implementation by Vicente Sancho that can be found at -# http://trellat.es/validar-la-referencia-catastral-en-javascript/ +# https://trellat.es/validar-la-referencia-catastral-en-javascript/ def _check_digit(number): """Calculate a single check digit on the provided part of the number.""" |