contributing: Switch repo URL to HTTPS for consistency with other github URLs.

This commit is contained in:
David Pizzuto 2023-05-01 10:03:39 -07:00
parent e51d12cdef
commit 6948d32d15

View File

@ -50,7 +50,7 @@ Follow these steps to contribute code:
changes.
```bash
git remote add upstream http://www.github.com/google/jax
git remote add upstream https://www.github.com/google/jax
```
6. Create a branch where you will develop from: