@@ -1170,7 +1170,7 @@ In summary, iterables
|
1170 | 1170 | :label: paf_ex1 |
1171 | 1171 | ``` |
1172 | 1172 | |
1173 | | -Complete the following code, and test it using [this csv file](https://raw.githubusercontent.com/QuantEcon/lecture-python-programming/master/source/_static/lecture_specific/python_advanced_features/test_table.csv), which we assume that you've put in your current working directory |
| 1173 | +Complete the following code, and test it using [this csv file](https://raw.githubusercontent.com/QuantEcon/lecture-python-programming/main/lectures/_static/lecture_specific/python_advanced_features/test_table.csv), which we assume that you've put in your current working directory |
1174 | 1174 | |
1175 | 1175 | ```{code-block} python3 |
1176 | 1176 | :class: no-execute |
|