Skip to content

Commit

Permalink
Use HTTPS in URLs where possible
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurdejong committed Nov 13, 2022
1 parent 8e76cd2 commit a03ac04
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion stdnum/cz/bankaccount.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
More information:
* https://www.penize.cz/osobni-ucty/424173-tajemstvi-cisla-uctu-klicem-pro-banky-je-11
* http://www.zlatakoruna.info/zpravy/ucty/cislo-uctu-v-cr
* https://www.zlatakoruna.info/zpravy/ucty/cislo-uctu-v-cr
>>> validate('34278-0727558021/0100')
'034278-0727558021/0100'
Expand Down
4 changes: 2 additions & 2 deletions stdnum/es/referenciacatastral.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
More information:
* http://www.catastro.meh.es/esp/referencia_catastral_1.asp (Spanish)
* http://www.catastro.meh.es/documentos/05042010_P.pdf (Spanish)
* https://www.catastro.meh.es/ (Spanish)
* https://www.catastro.meh.es/documentos/05042010_P.pdf (Spanish)
* https://es.wikipedia.org/wiki/Catastro#Referencia_catastral
>>> validate('7837301-VG8173B-0001 TT') # Lanteira town hall
Expand Down
2 changes: 1 addition & 1 deletion stdnum/lei.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
More information:
* https://en.wikipedia.org/wiki/Legal_Entity_Identifier
* http://www.lei-lookup.com/
* https://www.lei-lookup.com/
* https://www.gleif.org/
* http://openleis.com/
Expand Down
2 changes: 1 addition & 1 deletion stdnum/nl/bsn.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* https://en.wikipedia.org/wiki/National_identification_number#Netherlands
* https://nl.wikipedia.org/wiki/Burgerservicenummer
* http://www.burgerservicenummer.nl/
* https://www.burgerservicenummer.nl/
>>> validate('1112.22.333')
'111222333'
Expand Down

0 comments on commit a03ac04

Please sign in to comment.