8000 Update ISIL download URL · unho/python-stdnum@ed37a6a · GitHub
[go: up one dir, main page]

Skip to content

Commit ed37a6a

Browse files
committed
Update ISIL download URL
1 parent 8aa6b5e commit ed37a6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stdnum/isil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# isil.py - functions for handling identifiers for libraries and related
22
# organizations
33
#
4-
# Copyright (C) 2011-2017 Arthur de Jong
4+
# Copyright (C) 2011-2022 Arthur de Jong
55
#
66
# This library is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU Lesser General Public

update/isil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
spaces_re = re.compile(r'\s+', re.UNICODE)
3333

3434
# the web page that holds information on the ISIL authorities
35-
download_url = 'https://english.slks.dk/libraries/library-standards/isil/'
35+
download_url = 'https://slks.dk/english/work-areas/libraries-and-literature/library-standards/isil'
3636

3737

3838
def clean(td):

0 commit comments

Comments
 (0)
0