summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-09-24 13:56:59 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-09-24 13:56:59 (GMT)
commit4f24af065ddafef6f0f20a481e7abfacbc303fcc (patch)
treee66afaf4d5a4a47e2eb83b6bc85bb800de44130c
parente26d3af7ee5b8ce804786d31ecfda173d92d7ab0 (diff)
downloadcpython-4f24af065ddafef6f0f20a481e7abfacbc303fcc.zip
cpython-4f24af065ddafef6f0f20a481e7abfacbc303fcc.tar.gz
cpython-4f24af065ddafef6f0f20a481e7abfacbc303fcc.tar.bz2
#16014: fix broken link.
-rw-r--r--Doc/license.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/license.rst b/Doc/license.rst
index cb20c83..a44fa04 100644
--- a/Doc/license.rst
+++ b/Doc/license.rst
@@ -325,7 +325,7 @@ Mersenne Twister
----------------
The :mod:`_random` module includes code based on a download from
-http://www.math.keio.ac.jp/ matumoto/MT2002/emt19937ar.html. The following are
+http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/emt19937ar.html. The following are
the verbatim comments from the original code::
A C-program for MT19937, with initialization improved 2002/1/26.
@@ -366,8 +366,8 @@ the verbatim comments from the original code::
Any feedback is very welcome.
- http://www.math.keio.ac.jp/matumoto/emt.html
- email: matumoto@math.keio.ac.jp
+ http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html
+ email: m-mat @ math.sci.hiroshima-u.ac.jp (remove space)
Sockets