Skip to content

Commit 0ff15be

Browse files
authored
DOC: README.rst: fix CircleCI image/link (fixes #189)
1 parent 08ed9d0 commit 0ff15be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Sklearn-pandas
33
==============
44

5-
.. image:: https://circleci.com/gh/pandas-dev/sklearn-pandas.svg?style=svg
6-
:target: https://circleci.com/gh/pandas-dev/sklearn-pandas
5+
.. image:: https://circleci.com/gh/scikit-learn-contrib/sklearn-pandas.svg?style=svg
6+
:target: https://circleci.com/gh/scikit-learn-contrib/sklearn-pandas
77

88
This module provides a bridge between `Scikit-Learn <http://scikit-learn.org/stable>`__'s machine learning methods and `pandas <https://pandas.pydata.org>`__-style Data Frames.
99

0 commit comments

Comments
 (0)