We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cc413e commit 59638f2Copy full SHA for 59638f2
1 file changed
lectures/python_advanced_features.md
@@ -1194,7 +1194,7 @@ sum(draws)
1194
:label: paf_ex1
1195
```
1196
1197
-完成以下代码,并使用[此 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) 进行测试,我们假设你已将该文件放在当前工作目录中:
1198
1199
```{code-block} python3
1200
:class: no-execute
0 commit comments