Skip to content

Commit ebeedff

Browse files
author
y-p
committed
CLN: fix ScatterCI links in README and rnotes
1 parent a67c3cd commit ebeedff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![Travis-CI Build Status](https://travis-ci.org/pydata/pandas.png)
44

5-
[![Scatter-CI Status page](http://scatterci.github.io/ScatterCI-Pandas/images/scatterci48.jpg)](http://scatterci.github.io/ScatterCI-Pandas/)
5+
[![Scatter-CI Status page](http://scatterci.github.io/scatterci48.jpg)](http://scatterci.github.io/pydata/pandas)
66

77
## What is it
88

doc/source/v0.13.1.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ Highlights include:
1515
- :ref:`Tutorials<tutorials>`, a guide to community developed pandas tutorials.
1616
- :ref:`Pandas Ecosystem<ecosystem>`, a guide to complementary projects built on top of pandas.
1717
- :ref:`Contributing<contributing>`, a guide to how to contribute to the pandas codebase and documentation.
18-
- updated building/ci tools, including a consolidated ci see `here <http://scatterci.github.io/ScatterCI-Pandas/>`__, thanks to @y-p.
18+
- Our new CI status page: `ScatterCI <http://scatterci.github.io/pydata/pandas>`__.
1919

2020
.. warning::
2121

2222
0.13.1 fixes a bug that was caused by a combination of having numpy < 1.8, and doing
23-
chained assignent on a string-like array. Please review :ref:`the docs<indexing.view_versus_copy>`,
23+
chained assignment on a string-like array. Please review :ref:`the docs<indexing.view_versus_copy>`,
2424
chained indexing can have unexpected results and should generally be avoided.
2525

2626
This would previously segfault:
@@ -46,7 +46,7 @@ API changes
4646
See :ref:`NA Values <io.na_values>`.
4747

4848
- Added ``Series.str.get_dummies`` vectorized string method (:issue:`6021`), to extract
49-
dummy/indicator variables for seperated string columns:
49+
dummy/indicator variables for separated string columns:
5050

5151
.. ipython:: python
5252

0 commit comments

Comments
 (0)