We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f6b47 commit 3b6915eCopy full SHA for 3b6915e
web/pandas/index.html
@@ -63,7 +63,7 @@ <h5>With the support of:</h5>
63
{% if releases %}
64
<h4>Latest version: {{ releases[0].name }}</h4>
65
<ul>
66
- <li><a href="docs/whatsnew/v1.0.0.html">What's new in {{ releases[0].name }}</a></li>
+ <li><a href="docs/whatsnew/v{{ releases[0].name }}.html">What's new in {{ releases[0].name }}</a></li>
67
<li>Release date:<br/>{{ releases[0].published.strftime("%b %d, %Y") }}</li>
68
<li><a href="{{ base_url}}/docs/">Documentation (web)</a></li>
69
<li><a href="{{ base_url }}/docs/pandas.pdf">Documentation (pdf)</a></li>
0 commit comments