summaryrefslogtreecommitdiff
path: root/doc/source/_templates
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2017-12-12 14:02:48 -0800
committerJarrod Millman <jarrod.millman@gmail.com>2017-12-14 15:37:12 -0800
commit976554a3eb4e66ebfeef2e9aace2cf4eb1e83e67 (patch)
tree41bf3a9a49414e097420a78ef0b54c26b03f7570 /doc/source/_templates
parentf88d035266d4582c4eb40be9b4c0fe716d5ec24b (diff)
downloadnumpy-976554a3eb4e66ebfeef2e9aace2cf4eb1e83e67.tar.gz
DOC: Prepare to host NEPs on GH pages
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 3fbb616c6..2db4da5e0 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("neps/index") }}">NumPy Enhancement Proposals</a><br/>
+ <p class="biglink"><a class="biglink" href="{{ pathto("http://numpy.github.io/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>