Skip to content

Commit fe34e15

Browse files
committed
Use HTTPS in URLs where possible
1 parent 407a02f commit fe34e15

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

stdnum/kr/rrn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
3434
More information:
3535
36-
* http://www.law.go.kr/lsSc.do?tabMenuId=tab18&p1=&subMenu=1&nwYn=1&section=&tabNo=&query=개인정보+보호법
36+
* https://www.law.go.kr/lsSc.do?tabMenuId=tab18&p1=&subMenu=1&nwYn=1&section=&tabNo=&query=개인정보+보호법
3737
* https://en.wikipedia.org/wiki/Resident_registration_number
3838
* https://techscience.org/a/2015092901/
3939

stdnum/pe/ruc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
2828
More information:
2929
30-
* http://www.sunat.gob.pe/legislacion/ruc/
30+
* https://www.sunat.gob.pe/legislacion/ruc/
3131
* https://consultarelruc.pe/
3232
3333
>>> validate('20512333797')

stdnum/ua/edrpou.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://uk.wikipedia.org/wiki/Код_ЄДРПОУ
31-
* http://1cinfo.com.ua/Articles/Proverka_koda_po_EDRPOU.aspx
31+
* https://1cinfo.com.ua/Articles/Proverka_koda_po_EDRPOU.aspx
3232
3333
>>> validate('32855961')
3434
'32855961'

0 commit comments

Comments
 (0)