10000 MNT Fix whats new link on the home page (#15634) · adrinjalali/scikit-learn@0b05b3d · GitHub
[go: up one dir, main page]

Skip to content

Commit 0b05b3d

Browse files
NicolasHugadrinjalali
authored andcommitted
< 8000 /div>
MNT Fix whats new link on the home page (scikit-learn#15634)
* fix whats new link * oops fixed bracket
1 parent f2b2489 commit 0b05b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<h1 class="sk-landing-header text-white text-monospace">scikit-learn</h1>
99
<h4 class="sk-landing-subheader text-white font-italic mb-3">Machine Learning in Python</h4>
1010
<a class="btn sk-landing-btn mb-1" href="{{ pathto('getting_started') }}" role="button">Getting Started</a>
11-
<a class="btn sk-landing-btn mb-1" href="whats_new.html" role="button">Whats New in {{ version }}</a>
11+
<a class="btn sk-landing-btn mb-1" href="whats_new/v{{ version }}.html" role="button">What's New in {{ version }}</a>
1212
<a class="btn sk-landing-btn mb-1" href="https://github.com/scikit-learn/scikit-learn" role="button">GitHub</a>
1313
</div>
1414
<div class="col-md-6 d-flex">

0 commit comments

Comments
 (0)
0