8000 Use HTTPS in URLs where possible · unho/python-stdnum@a03ac04 · GitHub
[go: up one dir, main page]

Skip to content

Commit a03ac04

Browse files
committed
Use HTTPS in URLs where possible
1 parent 8e76cd2 commit a03ac04

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

stdnum/cz/bankaccount.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
More information:
3131
3232
* https://www.penize.cz/osobni-ucty/424173-tajemstvi-cisla-uctu-klicem-pro-banky-je-11
33-
* http://www.zlatakoruna.info/zpravy/ucty/cislo-uctu-v-cr
33+
* https://www.zlatakoruna.info/zpravy/ucty/cislo-uctu-v-cr
3434
3535
>>> validate('34278-0727558021/0100')
3636
'034278-0727558021/0100'

stdnum/es/referenciacatastral.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
3333
More information:
3434
35-
* http://www.catastro.meh.es/esp/referencia_catastral_1.asp (Spanish)
36-
* http://www.catastro.meh.es/documentos/05042010_P.pdf (Spanish)
35+
* https://www.catastro.meh.es/ (Spanish)
36+
* https://www.catastro.meh.es/documentos/05042010_P.pdf (Spanish)
3737
* https://es.wikipedia.org/wiki/Catastro#Referencia_catastral
3838
3939
>>> validate('7837301-VG8173B-0001 TT') # Lanteira town hall

stdnum/lei.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
More information:
2929
3030
* https://en.wikipedia.org/wiki/Legal_Entity_Identifier
31-
* http://www.lei-lookup.com/
31+
* https://www.lei-lookup.com/
3232
* https://www.gleif.org/
3333
* http://openleis.com/
3434

stdnum/nl/bsn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
2929
* https://en.wikipedia.org/wiki/National_identification_number#Netherlands
3030
* https://nl.wikipedia.org/wiki/Burgerservicenummer
31-
* http://www.burgerservicenummer.nl/
31+
* https://www.burgerservicenummer.nl/
3232
3333
>>> validate('1112.22.333')
3434
'111222333'

0 commit comments

Comments
 (0)
0