diff --git a/BCM/README.md b/BCM/README.md
index f17c90e..70af4fc 100644
--- a/BCM/README.md
+++ b/BCM/README.md
@@ -4,7 +4,7 @@ PyMC3 port of Lee and Wagenmakers' [Bayesian Cognitive Modeling - A Practical Co
All the codes are in jupyter notebook with the model explain in distributions (as in the book).
## View now on:
-[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/pymc-devs/resources/tree/main/BCM)
+[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/pymc-devs/resources/master?filepath=BCM)
[](http://nbviewer.jupyter.org/github/pymc-devs/resources/tree/main/BCM/index.ipynb)
# Notice:
diff --git a/Rethinking/README.md b/Rethinking/README.md
index 909606e..a7f5e51 100644
--- a/Rethinking/README.md
+++ b/Rethinking/README.md
@@ -1,16 +1,12 @@
# Statistical Rethinking with Python and PyMC3
-[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Statistical-Rethinking-with-Python-and-PyMC3/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Launch in Azure](https://notebooks.azure.com/launch.png)](https://notebooks.azure.com/import/gh/aloctavodia/Statistical-Rethinking-with-Python-and-PyMC3) [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/aloctavodia/Statistical-Rethinking-with-Python-and-PyMC3/master)
-
-
-
[Statistical Rethinking](http://xcelab.net/rm/statistical-rethinking/) is an incredible good introductory book to Bayesian Statistics, its follows a _Jaynesian_ and practical approach with very good examples and clear explanations.
In this repository we ported the codes ([originally in R and Stan](https://github.com/rmcelreath/rethinking)) in the book to PyMC3. We are trying to keep the examples as close as possible to those in the book, while at the same time trying to express them in the most _Pythonic_ and _PyMC3onic_ way we can.
## Display notebooks
-
-[View Jupyter notebooks in nbviewer](http://nbviewer.jupyter.org/github/aloctavodia/Statistical-Rethinking-with-Python-and-PyMC3/tree/master/)
+[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/pymc-devs/resources/master?filepath=Rethinking)
+[](http://nbviewer.jupyter.org/github/aloctavodia/Statistical-Rethinking-with-Python-and-PyMC3/tree/master/)
## Contributing