We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3add3a9 commit 6be4fb0Copy full SHA for 6be4fb0
lectures/python_advanced_features.md
@@ -1195,7 +1195,7 @@ sum(draws)
1195
:label: paf_ex1
1196
```
1197
1198
-完成以下代码,并使用[此 csv 文件](https://raw.githubusercontent.com/QuantEcon/lecture-python-programming/master/source/_static/lecture_specific/python_advanced_features/test_table.csv)进行测试,我们假设你已将该文件放在当前工作目录中:
+完成以下代码,并使用 [此 csv 文件](https://raw.githubusercontent.com/QuantEcon/lecture-python-programming/main/lectures/_static/lecture_specific/python_advanced_features/test_table.csv) 进行测试,我们假设你已将该文件放在当前工作目录中:
1199
1200
```{code-block} python3
1201
:class: no-execute
0 commit comments