Skip to content

Commit 42e9857

Browse files
authored
Merge pull request #235 from JohanMabille/ci
Updated CI badges and links
2 parents 231540e + 5d2ffd1 commit 42e9857

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# ![xframe](docs/source/xframe.svg)
22

3-
[![Travis](https://travis-ci.org/QuantStack/xframe.svg?branch=master)](https://travis-ci.org/QuantStack/xframe)
4-
[![Appveyor](https://ci.appveyor.com/api/projects/status/ob700oy60ee23r3q/branch/master?svg=true)](https://ci.appveyor.com/project/QuantStack/xframe/branch/master)
3+
[![Travis](https://travis-ci.org/xtensor-stack/xframe.svg?branch=master)](https://travis-ci.org/xtensor-stack/xframe)
4+
[![Appveyor](https://ci.appveyor.com/api/projects/status/nhjtyvkefhyo26v5?svg=true)](https://ci.appveyor.com/project/xtensor-stack/xframe)
55
[![Documentation](http://readthedocs.org/projects/xframe/badge/?version=latest)](https://xframe.readthedocs.io/en/latest/?badge=latest)
6-
[![Binder](https://img.shields.io/badge/launch-binder-brightgreen.svg)](https://mybinder.org/v2/gh/QuantStack/xframe/stable?filepath=notebooks/xframe.ipynb)
6+
[![Binder](https://img.shields.io/badge/launch-binder-brightgreen.svg)](https://mybinder.org/v2/gh/xtensor-stack/xframe/stable?filepath=notebooks%2Fxframe.ipynb)
77
[![Join the Gitter Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/QuantStack/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
88

99
## Introduction
1010

1111
**xframe is an early developer preview, and is not suitable for general usage yet. Features and implementation are subject to change.**
1212

13-
`xframe` is a dataframe for C++, based on [xtensor](https://github.com/QuantStack/xtensor) and [xtl](https://github.com/QuantStack/xtl).
13+
`xframe` is a dataframe for C++, based on [xtensor](https://github.com/xtensor-stack/xtensor) and [xtl](https://github.com/xtensor-stack/xtl).
1414

1515
## Dependencies
1616

17-
`xframe` depends on the [xtensor](https://github.com/QuantStack/xtensor) library:
17+
`xframe` depends on the [xtensor](https://github.com/xtensor-stack/xtensor) library:
1818

1919
| xframe | xtensor |
2020
|----------|-----------|

0 commit comments

Comments
 (0)