Skip to content

Commit fd1ff73

Browse files
authored
DOC Updates donation link on website (scikit-learn#18346)
1 parent 0a5af0d commit fd1ff73

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

doc/templates/index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,7 @@ <h4 class="sk-landing-call-header">Community</h4>
186186
<li>Communication on all channels should respect <a href="https://www.python.org/psf/conduct/">PSF's code of conduct.</a></li>
187187
</ul>
188188

189-
<form target="_top" id="paypal-form" method="post" action="https://www.paypal.com/cgi-bin/webscr">
190-
<input type="hidden" value="_s-xclick" name="cmd">
191-
<input type="hidden" value="74EYUMF3FTSW8" name="hosted_button_id">
192-
</form>
193-
<a class="btn btn-warning btn-big sk-donate-btn mb-1" onclick="document.getElementById('paypal-form').submit(); ">Help us, <strong>donate!</strong></a>
189+
<a class="btn btn-warning btn-big sk-donate-btn mb-1" href="https://numfocus.org/donate-to-scikit-learn">Help us, <strong>donate!</strong></a>
194190
<a class="btn btn-warning btn-big mb-1" href="about.html#citing-scikit-learn"><strong>Cite us!</strong></a>
195191
</div>
196192
<div class="col-md-4">

0 commit comments

Comments
 (0)