Skip to content

Commit 84b5e2a

Browse files
committed
changes required to shift to branch name main
1 parent 953b8c7 commit 84b5e2a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<img alt="Tests" src="https://github.com/idom-team/idom/workflows/Test/badge.svg?event=push" />
55
</a>
66
<a href="https://codecov.io/gh/rmorshea/idom">
7-
<img alt="Code Coverage" src="https://codecov.io/gh/rmorshea/idom/branch/master/graph/badge.svg" />
7+
<img alt="Code Coverage" src="https://codecov.io/gh/rmorshea/idom/branch/main/graph/badge.svg" />
88
</a>
99
<a href="https://pypi.python.org/pypi/idom">
1010
<img alt="Version Info" src="https://img.shields.io/pypi/v/idom.svg"/>
1111
</a>
12-
<a href="https://github.com/rmorshea/idom/blob/master/LICENSE"/>
12+
<a href="https://github.com/rmorshea/idom/blob/main/LICENSE"/>
1313
<img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-purple.svg">
1414
</a>
1515

@@ -25,7 +25,7 @@ or create a
2525
<h3>
2626
<a
2727
target="_blank"
28-
href="https://mybinder.org/v2/gh/idom-team/idom-jupyter/master?filepath=notebooks%2Fintroduction.ipynb"
28+
href="https://mybinder.org/v2/gh/idom-team/idom-jupyter/main?filepath=notebooks%2Fintroduction.ipynb"
2929
>
3030
Try it Now
3131
<img alt="Binder" valign="bottom" height="25px"

docs/source/examples.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ Move the slider and see the event information update 👇
9494
.. =====
9595
9696
.. |launch-binder| image:: https://mybinder.org/badge_logo.svg
97-
:target: https://mybinder.org/v2/gh/rmorshea/idom/master?filepath=examples%2Fintroduction.ipynb
97+
:target: https://mybinder.org/v2/gh/idom-team/idom-jupyter/main?filepath=examples%2Fintroduction.ipynb

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ Once activated try clicking the displayed image to make it change 🖱️
6565
.. _pull request: https://github.com/rmorshea/idom/pulls
6666
.. _IDOM Sandbox: https://idom-sandbox.herokuapp.com
6767
.. |launch-binder| image:: https://mybinder.org/badge_logo.svg
68-
:target: https://mybinder.org/v2/gh/idom-team/idom-jupyter/master?filepath=notebooks%2Fintroduction.ipynb
68+
:target: https://mybinder.org/v2/gh/idom-team/idom-jupyter/main?filepath=notebooks%2Fintroduction.ipynb

0 commit comments

Comments
 (0)