Commit 02e57a5
authored
Fix broken raw GitHub URLs for CSV data files (#491)
The repo restructure (drop .myst suffix, master→main) broke two
raw.githubusercontent.com URLs used in code cells:
- pandas.md: test_pwt.csv → 404 (causes cache build failure)
- python_advanced_features.md: test_table.csv → 404
Updated both from the old path:
master/source/_static/lecture_specific/...
to the current path:
main/lectures/_static/lecture_specific/...1 parent de28c3d commit 02e57a5
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1170 | 1170 | | |
1171 | 1171 | | |
1172 | 1172 | | |
1173 | | - | |
| 1173 | + | |
1174 | 1174 | | |
1175 | 1175 | | |
1176 | 1176 | | |
| |||
0 commit comments