You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ you can do it directly on GitHub by clicking on the "Edit this page on GitHub" l
67
67
68
68
We use Git and GitHub to manage our project;
69
69
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.
71
71
72
72
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
73
73
so that you have your own copy to work with.
@@ -99,7 +99,7 @@ source .venv/bin/activate
99
99
100
100
Alternatively,
101
101
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/)
103
103
to create and manage your virtual environment;
104
104
see those tools' documentation for more information.
0 commit comments