Skip to content

Commit 3b6915e

Browse files
WEB: Fixing whatsnew link in the home page (version was hardcoded) (#35451)
1 parent 53f6b47 commit 3b6915e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/pandas/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ <h5>With the support of:</h5>
6363
{% if releases %}
6464
<h4>Latest version: {{ releases[0].name }}</h4>
6565
<ul>
66-
<li><a href="docs/whatsnew/v1.0.0.html">What's new in {{ releases[0].name }}</a></li>
66+
<li><a href="docs/whatsnew/v{{ releases[0].name }}.html">What's new in {{ releases[0].name }}</a></li>
6767
<li>Release date:<br/>{{ releases[0].published.strftime("%b %d, %Y") }}</li>
6868
<li><a href="{{ base_url}}/docs/">Documentation (web)</a></li>
6969
<li><a href="{{ base_url }}/docs/pandas.pdf">Documentation (pdf)</a></li>

0 commit comments

Comments
 (0)