diff options
Diffstat (limited to 'stdnum/gb')
-rw-r--r-- | stdnum/gb/nhs.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdnum/gb/nhs.py b/stdnum/gb/nhs.py index 65e07c7..ac6382d 100644 --- a/stdnum/gb/nhs.py +++ b/stdnum/gb/nhs.py @@ -27,9 +27,9 @@ the final digit is a check digit. More information: * https://en.wikipedia.org/wiki/NHS_number -* http://www.nhs.uk/NHSEngland/thenhs/records/nhs-number/ +* https://www.nhs.uk/using-the-nhs/about-the-nhs/what-is-an-nhs-number/ * https://digital.nhs.uk/article/301/NHS-Number -* http://www.datadictionary.nhs.uk/data_dictionary/attributes/n/nhs/nhs_number_de.asp +* https://www.datadictionary.nhs.uk/data_dictionary/attributes/n/nhs/nhs_number_de.asp >>> validate('943-476-5870') '9434765870' |