summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/_templates/indexcontent.html8
-rw-r--r--doc/source/reference/index.rst4
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/source/_templates/indexcontent.html b/doc/source/_templates/indexcontent.html
index 2db4da5e0..07fe6d585 100644
--- a/doc/source/_templates/indexcontent.html
+++ b/doc/source/_templates/indexcontent.html
@@ -44,10 +44,10 @@
<h2>Acknowledgements</h2>
<p>
Large parts of this manual originate from Travis E. Oliphant's book
- <a href="http://www.tramy.us/">"Guide to NumPy"</a> (which generously entered
- Public Domain in August 2008). The reference documentation for many of
- the functions are written by numerous contributors and developers of
- NumPy, both prior to and during the
+ <a href="https://archive.org/details/NumPyBook">"Guide to NumPy"</a>
+ (which generously entered Public Domain in August 2008). The reference
+ documentation for many of the functions are written by numerous
+ contributors and developers of NumPy, both prior to and during the
<a href="http://docs.scipy.org/numpy/">NumPy Documentation Marathon</a>.
</p>
<p>
diff --git a/doc/source/reference/index.rst b/doc/source/reference/index.rst
index f74816d6f..4f246096d 100644
--- a/doc/source/reference/index.rst
+++ b/doc/source/reference/index.rst
@@ -31,8 +31,8 @@ Acknowledgements
================
Large parts of this manual originate from Travis E. Oliphant's book
-`Guide to NumPy <http://www.tramy.us/>`__ (which generously entered
-Public Domain in August 2008). The reference documentation for many of
+`Guide to NumPy <https://archive.org/details/NumPyBook>`__ (which generously
+entered Public Domain in August 2008). The reference documentation for many of
the functions are written by numerous contributors and developers of
NumPy, both prior to and during the
`NumPy Documentation Marathon