diff options
| author | Jarrod Millman <jarrod.millman@gmail.com> | 2017-12-12 14:02:48 -0800 |
|---|---|---|
| committer | Jarrod Millman <jarrod.millman@gmail.com> | 2017-12-14 15:37:12 -0800 |
| commit | 976554a3eb4e66ebfeef2e9aace2cf4eb1e83e67 (patch) | |
| tree | 41bf3a9a49414e097420a78ef0b54c26b03f7570 /doc/source/_templates | |
| parent | f88d035266d4582c4eb40be9b4c0fe716d5ec24b (diff) | |
| download | numpy-976554a3eb4e66ebfeef2e9aace2cf4eb1e83e67.tar.gz | |
DOC: Prepare to host NEPs on GH pages
Diffstat (limited to 'doc/source/_templates')
| -rw-r--r-- | doc/source/_templates/indexcontent.html | 2 |
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> |
