@@ -65,7 +65,7 @@ countries and assign it to `realwage`.
|
65 | 65 | The dataset can be accessed with the following link: |
66 | 66 | |
67 | 67 | ```{code-cell} ipython3 |
68 | | -url1 = 'https://raw.githubusercontent.com/QuantEcon/lecture-python/master/source/_static/lecture_specific/pandas_panel/realwage.csv' |
| 68 | +url1 = 'https://github.com/QuantEcon/lecture-python.myst/raw/refs/heads/main/lectures/_static/lecture_specific/pandas_panel/realwage.csv' |
69 | 69 | ``` |
70 | 70 | |
71 | 71 | ```{code-cell} ipython3 |
@@ -185,7 +185,7 @@ function.
|
185 | 185 | The dataset can be accessed with the following link: |
186 | 186 | |
187 | 187 | ```{code-cell} ipython3 |
188 | | -url2 = 'https://raw.githubusercontent.com/QuantEcon/lecture-python/master/source/_static/lecture_specific/pandas_panel/countries.csv' |
| 188 | +url2 = 'https://github.com/QuantEcon/lecture-python.myst/raw/refs/heads/main/lectures/_static/lecture_specific/pandas_panel/countries.csv' |
189 | 189 | ``` |
190 | 190 | |
191 | 191 | ```{code-cell} ipython3 |
|