Skip to content

Commit 2c6b2c0

Browse files
authored
Update README.md (#203)
fix: Binder link 404 (references master instead of main branch)
1 parent 0a2e04f commit 2c6b2c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rethinking_2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
In this repository we port [the book's original code in R and Stan](https://github.com/rmcelreath/rethinking) to Python and PyMC. We attempt to reproduce the examples as faithfully as possible while expressing them in a _Pythonic_ and _PyMConic_ way.
66

77
## Display notebooks
8-
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/pymc-devs/resources/master?filepath=Rethinking_2)
9-
[<img src="http://nbviewer.jupyter.org/static/img/nav_logo.svg" width=120>](http://nbviewer.jupyter.org/github/pymc-devs/resources/blob/master/Rethinking_2)
8+
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/pymc-devs/resources/main?filepath=Rethinking_2)
9+
[<img src="http://nbviewer.jupyter.org/static/img/nav_logo.svg" width=120>](http://nbviewer.jupyter.org/github/pymc-devs/resources/blob/main/Rethinking_2)
1010

1111

1212
## Contributing

0 commit comments

Comments
 (0)