Skip to content

Commit 2bfac93

Browse files
committed
fix link
1 parent b211ad9 commit 2bfac93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_episodes/01-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ When you hit enter after a colon `:`, the prompt changes to `...`, indicating th
239239
240240
### Executing Scripts
241241
242-
One of the more practical uses of Python in the command line is to execute scripts. Several of the examples above are contained within the script called [`01-intro.py`](https://github.com/EEOB-BioData/BCB546-Spring2021/blob/main/course-files/python/scripts/01-intro.py) (in the `course-files/python/scripts` directory of the course GitHub repository). You can run this whole script from the command line in your terminal:
242+
One of the more practical uses of Python in the command line is to execute scripts. Several of the examples above are contained within the script called [`01-intro.py`](https://github.com/EEOB-BioData/BCB546-Spring2022/blob/main/course-files/python/scripts/01-intro.py) (in the `course-files/python/scripts` directory of the course GitHub repository). You can run this whole script from the command line in your terminal:
243243
244244
```
245245
$ python 01-intro.py

0 commit comments

Comments
 (0)