summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2018-04-10 18:52:38 +0300
committermattip <matti.picus@gmail.com>2018-04-10 19:08:32 +0300
commit953e78f56e70033a74df6a2b1a0e51972f30c5ab (patch)
treeaf4d0ad26e5b381e1996c1022169dd9c1e604edb
parent40ef8a6ade7282c613d58ed24c68915d61dcc07b (diff)
downloadnumpy-953e78f56e70033a74df6a2b1a0e51972f30c5ab.tar.gz
BUG: fix link to NEP docs
-rw-r--r--doc/source/_templates/indexcontent.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/_templates/indexcontent.html b/doc/source/_templates/indexcontent.html
index 07fe6d585..dc305feb6 100644
--- a/doc/source/_templates/indexcontent.html
+++ b/doc/source/_templates/indexcontent.html
@@ -34,7 +34,7 @@
<td width="50%">
<p class="biglink"><a class="biglink" href="{{ pathto("bugs") }}">Reporting bugs</a></p>
<p class="biglink"><a class="biglink" href="{{ pathto("about") }}">About NumPy</a></p>
- <p class="biglink"><a class="biglink" href="{{ pathto("http://numpy.github.io/neps") }}">NumPy Enhancement Proposals</a><br/>
+ <p class="biglink"><a class="biglink" href="{{ pathto("http://www.numpy.org/neps") }}">NumPy Enhancement Proposals</a><br/>
</td><td width="50%">
<p class="biglink"><a class="biglink" href="{{ pathto("release") }}">Release Notes</a></p>
<p class="biglink"><a class="biglink" href="{{ pathto("license") }}">License of NumPy</a></p>