diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2017-04-13 22:37:33 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2017-04-13 22:37:33 +0200 |
commit | 5604d91be8e92f12b0bf2c599bb858e8f3704143 (patch) | |
tree | 3c7be783103d8a136ce9aa4dc17155a2ea2d4606 /stdnum/isil.py | |
parent | d14ea3bddb010a974fae79f854b744e1319a8808 (diff) |
Switch to HTTPS URLs
Diffstat (limited to 'stdnum/isil.py')
-rw-r--r-- | stdnum/isil.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdnum/isil.py b/stdnum/isil.py index ec1afd6..d16cc46 100644 --- a/stdnum/isil.py +++ b/stdnum/isil.py @@ -1,7 +1,7 @@ # isil.py - functions for handling identifiers for libraries and related # organizations # -# Copyright (C) 2011-2015 Arthur de Jong +# Copyright (C) 2011-2017 Arthur de Jong # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -41,7 +41,7 @@ More information: * https://en.wikipedia.org/wiki/ISBT_128 * http://biblstandard.dk/isil/ -* http://www.iso.org/iso/catalogue_detail?csnumber=57332 +* https://www.iso.org/standard/57332.html >>> validate('IT-RM0267') 'IT-RM0267' |