Skip to content

Commit e7cce04

Browse files
DOC/MAINT: Fix incorrect URLs in index.html.
1 parent e50ad31 commit e7cce04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docweb/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
<h1 id="logo"><img src="images/numpy_financial_logoh.svg" title="numpy-financial logo" alt="logo" /></h1>
2424
<aside id="asidelinks">
2525
<h3>Reference Documentation</h3>
26-
<a href="https://numpy/numpy-financial/latest/" class="link2">Latest release</a>
27-
<a href="https://numpy/numpy-financial/dev/" class="link2">Development version</a>
26+
<a href="https://numpy.org/numpy-financial/latest/" class="link2">Latest release</a>
27+
<a href="https://numpy.org/numpy-financial/dev/" class="link2">Development version</a>
2828
<h3>Source Code on GitHub</h3>
2929
<a href="https://github.com/numpy/numpy-financial" class="link2">numpy-financial</a>
3030
</aside>

0 commit comments

Comments
 (0)