Skip to content

Commit 6312a47

Browse files
committed
Fix links in contributing.md to use HTTPS
Updated links in contributing guidelines to use HTTPS. add .git to github repo
1 parent cc17df3 commit 6312a47

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/contributing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Everyone can contribute to JAX, and we value everyone's contributions. There are
66
ways 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

1313
The 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

5151
2. 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

5555
3. 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

7474
6. Create a branch where you will develop from:

0 commit comments

Comments
 (0)