Skip to content

Commit

Permalink
Update URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed Jan 10, 2020
1 parent 3ef1443 commit 12e07fd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# ![xwidgets](docs/source/xwidgets.svg)

[![Travis](https://travis-ci.org/QuantStack/xwidgets.svg?branch=master)](https://travis-ci.org/QuantStack/xwidgets)
[![Appveyor](https://ci.appveyor.com/api/projects/status/ebu4prxukyqpt1mm?svg=true)](https://ci.appveyor.com/project/QuantStack/xwidgets)
[![Travis](https://travis-ci.org/jupyter-xeus/xwidgets.svg?branch=master)](https://travis-ci.org/jupyter-xeus/xwidgets)
[![Appveyor](https://ci.appveyor.com/api/projects/status/ymlf86gel4vrauri?svg=true)](https://ci.appveyor.com/project/jupyter-xeus/xwidgets)
[![Documentation](http://readthedocs.org/projects/xwidgets/badge/?version=latest)](https://xwidgets.readthedocs.io/en/latest/?badge=latest)
[![Binder](https://img.shields.io/badge/launch-binder-brightgreen.svg)](https://mybinder.org/v2/gh/QuantStack/xwidgets/stable?filepath=notebooks/xwidgets.ipynb)
[![Binder](https://img.shields.io/badge/launch-binder-brightgreen.svg)](https://mybinder.org/v2/gh/jupyter-xeus/xwidgets/stable?filepath=notebooks/xwidgets.ipynb)
[![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)

The C++ backend for Jupyter interactive widgets.
Expand Down Expand Up @@ -70,7 +70,7 @@ make install
To try out xwidgets interactively in your web browser, just click on the binder
link:

[![Binder](binder-logo.svg)](https://mybinder.org/v2/gh/QuantStack/xwidgets/stable?filepath=notebooks/xwidgets.ipynb)
[![Binder](binder-logo.svg)](https://mybinder.org/v2/gh/jupyter-xeus/xwidgets/stable?filepath=notebooks/xwidgets.ipynb)

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ This software is licensed under the BSD-3-Clause license. See the LICENSE file f
related_projects

.. _ipywidgets: https://github.com/jupyter-widgets/ipywidgets
.. _xeus-cling: https://github.com/QuantStack/xeus-cling
.. _xeus-cling: https://github.com/jupyter-xeus/xeus-cling
.. _cling: https://root.cern.ch/cling
2 changes: 1 addition & 1 deletion docs/source/related_projects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,4 @@ xproperty_ is the C++ implementation of the observer pattern underlying
.. _bqplot: https://github.com/bloomberg/bqplot.git
.. _xleaflet: https://github.com/QuantStack/xleaflet.git
.. _ipyleaflet: https://github.com/jupyter-widgets/ipyleaflet.git
.. _xproperty: https://github.com/QuantStack/xproperty.git
.. _xproperty: https://github.com/jupyter-xeus/xproperty.git
2 changes: 1 addition & 1 deletion docs/source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,4 @@ In this example, we validate the proposed values for a numerical text. Negative
For more details about the API for ``xproperty``, we refer to the ``xproperty`` documentation.

.. _xproperty: https://github.com/QuantStack/xproperty
.. _xproperty: https://github.com/jupyter-xeus/xproperty

0 comments on commit 12e07fd

Please sign in to comment.