Skip to content

Commit 144f7fe

Browse files
authored
fix broken link (#1111)
1 parent cb6c98d commit 144f7fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Contributions to this project means that the contributors agree to releasing the
1515
## Coding guidelines
1616

1717
- Follow standard Python style [guidelines](https://google.github.io/styleguide/pyguide.html#s3-python-style-rules). In particular, follow [PEP8 naming conventions](https://www.python.org/dev/peps/pep-0008/#function-and-variable-names).
18-
- See [this list of python tutorials](https://github.com/probml/pyprobml/blob/master/tutorials/python_tutorials.md) for more guidelines.
18+
- See [this list of python tutorials](https://github.com/probml/pyprobml/blob/master/notebooks/tutorials/python_tutorials.md) for more guidelines.
1919
- Use [JAX](https://github.com/probml/pyprobml/blob/master/tutorials/jax_tutorials.md) instead of numpy/scipy.
2020
- If you need to use a neural network, use [Flax](https://github.com/google/flax) instead of PyTorch/TF.
2121

0 commit comments

Comments
 (0)