8000 Fix citation link in sidebar · scikit-learn/scikit-learn@766d763 · GitHub
[go: up one dir, main page]

Skip to content

Commit 766d763

Browse files
committed
Fix citation link in sidebar
1 parent 288827b commit 766d763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/themes/scikit-learn/layout.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ <h2>Machine Learning in Python</h2>
275275
<p class="doc-version"><b>{{project}} v{{ release|e }}</b><br/>
276276
<a href="http://scikit-learn.org/stable/support.html#documentation-resources">Other versions</a></p>
277277
{%- endif %}
278-
<p class="citing">Please <b><a href="about.html#citing-scikit-learn" style="font-size: 110%;">cite us </a></b>if you use the software.</p>
278+
<p class="citing">Please <b><a href="{{ pathto('about') }}" style="font-size: 110%;">cite us </a></b>if you use the software.</p>
279279
{{ toc }}
280280
</div>
281281
</div>

0 commit comments

Comments
 (0)
0