Skip to content

Commit

Permalink
fixes curl URL in setup for starting material
Browse files Browse the repository at this point in the history
  • Loading branch information
janash committed Jun 5, 2023
1 parent eb0b57b commit 39b6c62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _episodes/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,8 +400,8 @@ If you are on WSL, or would like to use the command line, you can download the w
(similar to how you downloaded the miniconda installer)
````{tab-set-code}
```{code-block} shell
curl -O https://education.molssi.org/python-package-best-practices/data/starting_material.zip
```{code-block} shell URL_HERE
curl -O -L https://github.com/MolSSI-Education/python-package-best-practices/raw/main/data/starting_material.zip
```
````
Expand Down

0 comments on commit 39b6c62

Please sign in to comment.