summaryrefslogtreecommitdiff
path: root/doc/source/_templates
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2018-04-11 23:14:26 +0300
committermattip <matti.picus@gmail.com>2018-04-11 23:14:26 +0300
commitf20b64b8c413347c2dcff29c69fc4b0ef4a825e8 (patch)
tree11cd5c4f77b72e0af63c6124d704e53ae4a1f394 /doc/source/_templates
parent069c89daf878e61a40b8cd3746111056cc7be8dd (diff)
downloadnumpy-f20b64b8c413347c2dcff29c69fc4b0ef4a825e8.tar.gz
fix link
Diffstat (limited to 'doc/source/_templates')
-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 659da4abe..d4de60d2a 100644
--- a/doc/source/_templates/indexcontent.html
+++ b/doc/source/_templates/indexcontent.html
@@ -36,7 +36,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://www.numpy.org/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>