Skip to content

Commit b211ad9

Browse files
committed
fix links
1 parent f74b45e commit b211ad9

1 file changed

Lines changed: 7 additions & 12 deletions

File tree

setup.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,16 @@ You need to download some files to follow this lesson:
88

99
1. Make a new folder in your Desktop (or anywhere else you like) called `python-bcb546`.
1010
2. Download the following files into this folder:
11-
3. [surveys.csv](https://github.com/EEOB-BioData/BCB546-Spring2021/raw/main/course-files/python/surveys.csv)
12-
4. [species.csv](https://github.com/EEOB-BioData/BCB546-Spring2021/raw/main/course-files/python/species.csv)
13-
5. [surveys_complete.csv](https://github.com/EEOB-BioData/BCB546-Spring2021/raw/main/course-files/python/surveys_complete.csv)
11+
3. [surveys.csv](https://github.com/EEOB-BioData/BCB546-Spring2022/raw/main/course-files/python/surveys.csv)
12+
4. [species.csv](https://github.com/EEOB-BioData/BCB546-Spring2022/raw/main/course-files/python/species.csv)
13+
5. [surveys_complete.csv](https://github.com/EEOB-BioData/BCB546-Spring2022/raw/main/course-files/python/surveys_complete.csv)
1414

15-
Or, you can pull from the [course repository](https://github.com/EEOB-BioData/BCB546-Spring2021) and change to the directory containing the data files:
16-
1. `cd BCB546-Spring2021`
15+
Or, you can pull from the [course repository](https://github.com/EEOB-BioData/BCB546-Spring2022) and change to the directory containing the data files:
16+
1. `cd BCB546-Spring2022`
1717
2. `git pull origin main`
1818
3. `cd course-files/python`
1919

2020

2121
Or if you haven't yet cloned the course repository:
22-
1. `git clone git@github.com:EEOB-BioData/BCB546-Spring2021.git`
23-
2. `cd BCB546-Spring2021/course-files/python`
24-
25-
26-
27-
28-
22+
1. `git clone git@github.com:EEOB-BioData/BCB546-Spring2022.git`
23+
2. `cd BCB546-Spring2021/course-files/python`

0 commit comments

Comments
 (0)