kargaranamir commited on
Commit
a6f29aa
1 Parent(s): bd8e3b3

update udhr host.

Browse files
Files changed (1) hide show
  1. udhr.py +2 -2
udhr.py CHANGED
@@ -32,12 +32,12 @@ document in 464+ languages and dialects.
32
 
33
  © 1996 – 2009 The Office of the High Commissioner for Human Rights
34
 
35
- This plain text version prepared by the “UDHR in Unicode” project, https://www.unicode.org/udhr.
36
  """
37
 
38
  _HOMEPAGE = "https://www.ohchr.org/en/universal-declaration-of-human-rights"
39
 
40
- _URL = "https://unicode.org/udhr/assemblies/udhr_xml.zip"
41
 
42
 
43
  class UDHN(datasets.GeneratorBasedBuilder):
 
32
 
33
  © 1996 – 2009 The Office of the High Commissioner for Human Rights
34
 
35
+ This plain text version prepared by the “UDHR in Unicode” project, http://efele.net/udhr.
36
  """
37
 
38
  _HOMEPAGE = "https://www.ohchr.org/en/universal-declaration-of-human-rights"
39
 
40
+ _URL = "http://efele.net/udhr/assemblies/udhr_xml.zip"
41
 
42
 
43
  class UDHN(datasets.GeneratorBasedBuilder):