Skip to content

Commit 09960fe

Browse files
authored
DOC add link for Discussions in the footer (scikit-learn#31704)
1 parent ef82b77 commit 09960fe

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
@@ -222,7 +222,7 @@ <h4 class="sk-landing-call-header">Community</h4>
222222
<ul class="sk-landing-call-list list-unstyled">
223223
<li><strong>About us:</strong> See <a href="about.html#the-people-behind-scikit-learn">people</a> and <a href="{{ contributing_link }}" {{ contributing_attrs }}>contributing</a></li>
224224
<li><strong>More Machine Learning:</strong> Find <a href="related_projects.html">related projects</a></li>
225-
<li><strong>Questions?</strong> See <a href="faq.html">FAQ</a>, <a href="support.html">support</a>, and <a href="https://stackoverflow.com/questions/tagged/scikit-learn">stackoverflow</a></li>
225+
<li><strong>Questions?</strong> See <a href="faq.html">FAQ</a>, <a href="support.html">Support</a>, <a href="https://github.com/scikit-learn/scikit-learn/discussions">Discussions</a>, and <a href="https://stackoverflow.com/questions/tagged/scikit-learn">Stack Overflow</a></li>
226226
<li><strong>Subscribe to the</strong> <a href="https://mail.python.org/mailman/listinfo/scikit-learn">mailing list</a></li>
227227
<li><strong>Blog:</strong> <a href="https://blog.scikit-learn.org">blog.scikit-learn.org</a></li>
228228
<li><strong>Logos & Branding:</strong> <a href="https://github.com/scikit-learn/scikit-learn/tree/main/doc/logos">logos and branding</a></li>

0 commit comments

Comments
 (0)