Skip to content

Commit 6feab35

Browse files
authored
Merge branch 'main' into fix-json-io-utf8-encoding
2 parents 2b71f1e + cdda93c commit 6feab35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ you can do it directly on GitHub by clicking on the "Edit this page on GitHub" l
6767

6868
We use Git and GitHub to manage our project;
6969
if you are not familiar with them,
70-
there are great resources like <http://try.github.io/> to get you started.
70+
there are great resources like <https://try.github.io/> to get you started.
7171

7272
The first step is to [fork the repository](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo) on GitHub
7373
so that you have your own copy to work with.
@@ -99,7 +99,7 @@ source .venv/bin/activate
9999

100100
Alternatively,
101101
you can use [conda](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#creating-an-environment-with-commands)
102-
or [virtualenv](http://docs.python-guide.org/en/latest/dev/virtualenvs/)
102+
or [virtualenv](https://docs.python-guide.org/en/latest/dev/virtualenvs/)
103103
to create and manage your virtual environment;
104104
see those tools' documentation for more information.
105105

0 commit comments

Comments
 (0)