8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa6b5e commit ed37a6aCopy full SHA for ed37a6a
stdnum/isil.py
@@ -1,7 +1,7 @@
1
# isil.py - functions for handling identifiers for libraries and related
2
# organizations
3
#
4
-# Copyright (C) 2011-2017 Arthur de Jong
+# Copyright (C) 2011-2022 Arthur de Jong
5
6
# This library is free software; you can redistribute it and/or
7
# modify it under the terms of the GNU Lesser General Public
update/isil.py
@@ -32,7 +32,7 @@
32
spaces_re = re.compile(r'\s+', re.UNICODE)
33
34
# the web page that holds information on the ISIL authorities
35
-download_url = 'https://english.slks.dk/libraries/library-standards/isil/'
+download_url = 'https://slks.dk/english/work-areas/libraries-and-literature/library-standards/isil'
36
37
38
def clean(td):
0 commit comments