Skip to content

Commit 00972fe

Browse files
authored
Merge pull request #237 from Armavica/fix-links
Fix broken links
2 parents a5f9936 + fd8df6d commit 00972fe

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

BCM/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ PyMC port of Lee and Wagenmakers' [Bayesian Cognitive Modeling - A Practical Cou
44
All the codes are in jupyter notebooks with the model explained in distributions (as in the book).
55

66
## View now on:
7-
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/pymc-devs/resources/master?filepath=BCM)
8-
[<img src="http://nbviewer.jupyter.org/static/img/nav_logo.svg" width=120>](http://nbviewer.jupyter.org/github/pymc-devs/resources/blob/master/BCM/index.ipynb)
7+
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/pymc-devs/pymc-resources/main?filepath=BCM)
8+
[<img src="http://nbviewer.jupyter.org/static/img/nav_logo.svg" width=120>](http://nbviewer.jupyter.org/github/pymc-devs/pymc-resources/blob/main/BCM/index.ipynb)
99

1010
# Notice:
1111
This repository is tested under [PyMC](https://github.com/pymc-devs/pymc) v3.8 master with [theano](https://github.com/Theano/Theano) 1.0.4

BDA3/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Feel free to send PR to fix errors, improve the code or made comments that could
108108
## Installing the dependencies
109109

110110
To install the dependencies to run these notebooks, you can use
111-
[Anaconda](https://www.continuum.io/downloads). Once you have installed
111+
[Anaconda](https://www.anaconda.com/download). Once you have installed
112112
Anaconda, run:
113113

114114
conda env create -f environment.yml

BSM/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ Activate the environment by running:
2727

2828
---
2929

30-
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br /><span>Statistical Rethinking with Python and PyMC</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="https://github.com/aloctavodia/Statistical-Rethinking-with-Python-and-PyMC/graphs/contributors" property="cc:attributionName" rel="cc:attributionURL">All Contributors</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
30+
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br /><span>Statistical Rethinking with Python and PyMC</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="https://github.com/aloctavodia/Statistical-Rethinking-with-Python-and-PyMC3/graphs/contributors" property="cc:attributionName" rel="cc:attributionURL">All Contributors</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.

Rethinking/README.md

+4-4
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)
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)
8+
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/pymc-devs/pymc-resources/main?filepath=Rethinking)
9+
[<img src="http://nbviewer.jupyter.org/static/img/nav_logo.svg" width=120>](https://nbviewer.org/github/pymc-devs/pymc-resources/tree/main/Rethinking/)
1010

1111
## Contributing
1212

@@ -18,7 +18,7 @@ You can also join the discussion on [Gitter](https://gitter.im/Statistical-Rethi
1818

1919
## Installing the dependencies
2020

21-
To install the dependencies to run these notebooks, you can use [Anaconda](https://www.continuum.io/downloads). Once you have installed Anaconda, run:
21+
To install the dependencies to run these notebooks, you can use [Anaconda](https://www.anaconda.com/download). Once you have installed Anaconda, run:
2222

2323
conda env create -f environment.yml
2424

@@ -30,4 +30,4 @@ Activate the environment by running:
3030

3131
---
3232

33-
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br /><span>Statistical Rethinking with Python and PyMC</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="https://github.com/aloctavodia/Statistical-Rethinking-with-Python-and-PyMC/graphs/contributors" property="cc:attributionName" rel="cc:attributionURL">All Contributors</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
33+
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br /><span>Statistical Rethinking with Python and PyMC</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="https://github.com/aloctavodia/Statistical-Rethinking-with-Python-and-PyMC3/graphs/contributors" property="cc:attributionName" rel="cc:attributionURL">All Contributors</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.

Rethinking_2/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ All contributions are welcome!
1515

1616
Feel free to send PRs to fix errors, improve the code, or make comments that could help users of this repository and readers of the book. When submitting PRs, please make sure the notebooks are formatted according to the [PyMC NB style guide](https://github.com/pymc-devs/pymc/wiki/PyMC's-Jupyter-Notebook-Style).
1717

18-
You can also join the discussion on [Gitter](https://gitter.im/Statistical-Rethinking-with-Python-and-PyMC/Lobby).
18+
You can also join the discussion on [Gitter](https://gitter.im/Statistical-Rethinking-with-Python-and-PyMC3/Lobby).
1919

2020
## Installing the dependencies
2121

@@ -57,4 +57,4 @@ and activate it with:
5757

5858
---
5959

60-
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br /><span>Statistical Rethinking with Python and PyMC</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="https://github.com/aloctavodia/Statistical-Rethinking-with-Python-and-PyMC/graphs/contributors" property="cc:attributionName" rel="cc:attributionURL">All Contributors</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
60+
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br /><span>Statistical Rethinking with Python and PyMC</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="https://github.com/aloctavodia/Statistical-Rethinking-with-Python-and-PyMC3/graphs/contributors" property="cc:attributionName" rel="cc:attributionURL">All Contributors</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.

Rethinking_2/lectures_winter2022/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ In this directory, we create the lecture code that are *not* in the book. It app
66

77
---
88

9-
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br /><span>Statistical Rethinking with Python and PyMC</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="https://github.com/aloctavodia/Statistical-Rethinking-with-Python-and-PyMC/graphs/contributors" property="cc:attributionName" rel="cc:attributionURL">All Contributors</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
9+
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br /><span>Statistical Rethinking with Python and PyMC</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="https://github.com/aloctavodia/Statistical-Rethinking-with-Python-and-PyMC3/graphs/contributors" property="cc:attributionName" rel="cc:attributionURL">All Contributors</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.

0 commit comments

Comments
 (0)