@@ -6,8 +6,8 @@ Everyone can contribute to JAX, and we value everyone's contributions. There are
66ways to contribute, including:
77
88- Answering questions on JAX's [ discussions page] ( https://github.com/jax-ml/jax/discussions )
9- - Improving or expanding JAX's [ documentation] ( http ://docs.jax.dev/ )
10- - Contributing to JAX's [ code-base] ( http ://github.com/jax-ml/jax/ )
9+ - Improving or expanding JAX's [ documentation] ( https ://docs.jax.dev)
10+ - Contributing to JAX's [ code-base] ( https ://github.com/jax-ml/jax)
1111- Contributing in any of the above ways to the broader ecosystem of [ libraries built on JAX] ( https://github.com/jax-ml/jax#neural-network-libraries )
1212
1313The JAX project follows [ Google's Open Source Community Guidelines] ( https://opensource.google/conduct/ ) .
@@ -49,7 +49,7 @@ Follow these steps to contribute code:
4949 For more information, see the {ref}` pr-checklist ` below.
5050
51512 . Fork the JAX repository by clicking the ** Fork** button on the
52- [ repository page] ( http ://www. github.com/jax-ml/jax) . This creates
52+ [ repository page] ( https ://github.com/jax-ml/jax) . This creates
5353 a copy of the JAX repository in your own account.
5454
55553 . Install Python >= 3.11 locally in order to run tests.
@@ -68,7 +68,7 @@ Follow these steps to contribute code:
6868 changes.
6969
7070 ``` bash
71- git remote add upstream https://www. github.com/jax-ml/jax
71+ git remote add upstream https://github.com/jax-ml/jax.git
7272 ```
7373
74746 . Create a branch where you will develop from:
0 commit comments