Skip to content

Commit 2a2ecd4

Browse files
authored
Fix direct link to conda.yaml file (#1869)
The link was using http protocol. But since GitHub is served over https following links to mixed content might be blocked by browsers, therefore not allowing to directly downloading the file.
1 parent 07fda04 commit 2a2ecd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ DeepLabCut can be run on Windows, Linux, or MacOS (see also [technical considera
2929

3030
### Step 2: please use our supplied Anaconda environment
3131

32-
- **Click [HERE](http://www.mackenziemathislab.org/s/DEEPLABCUT.yaml) to download the conda file!**
32+
- **Click [HERE](https://www.mackenziemathislab.org/s/DEEPLABCUT.yaml) to download the conda file!**
3333
(or you can grab from github: git clone this repo (in the terminal/cmd program, while **in a folder** you wish to place DeepLabCut
3434
To git clone type: ``git clone https://github.com/DeepLabCut/DeepLabCut.git``). Note, this can be anywhere, even downloads is fine)
3535

0 commit comments

Comments
 (0)