Skip to content

Commit

Permalink
Merge pull request #4 from davidbrochart/binder_link
Browse files Browse the repository at this point in the history
Fix binder link
  • Loading branch information
JohanMabille committed Nov 9, 2020
2 parents 36c611b + 49093ad commit c9fe8f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Travis](https://travis-ci.org/xtensor-stack/xtensor-zarr.svg?branch=master)](https://travis-ci.org/xtensor-stack/xtensor-zarr)
[![ReadTheDocs](https://readthedocs.org/projects/xtensor-zarr/badge/?version=stable)](http://xtensor-zarr.readthedocs.io/en/stable/)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/davidbrochart/xtensor-zarr/zarr_v3?filepath=examples%2Fintroduction.ipynb)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/xtensor-stack/xtensor-zarr/master?filepath=examples%2Fintroduction.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)

Implementation of the Zarr version 3.0 core protocol based on xtensor
Expand Down Expand Up @@ -47,7 +47,7 @@ sudo make install
To try out xtensor-zarr interactively in your web browser, just click on the binder
link:

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/davidbrochart/xtensor-zarr/zarr_v3?filepath=examples%2Fintroduction.ipynb)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/xtensor-stack/xtensor-zarr/master?filepath=examples%2Fintroduction.ipynb)

## Documentation

Expand Down

0 comments on commit c9fe8f4

Please sign in to comment.