Skip to content

Commit ac4c212

Browse files
authored
update links (#267)
1 parent 9d05152 commit ac4c212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectures/ols.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Along the way, we'll discuss a variety of topics, including
4747

4848
As an example, we will replicate results from Acemoglu, Johnson and Robinson's seminal paper {cite}`Acemoglu2001`.
4949

50-
* You can download a copy [here](https://web.archive.org/web/20220901051300/http://economics.mit.edu/files/4123).
50+
* You can download a copy [here](https://economics.mit.edu/research/publications/colonial-origins-comparative-development-empirical-investigation).
5151

5252
In the paper, the authors emphasize the importance of institutions in economic development.
5353

@@ -86,7 +86,7 @@ In this paper,
8686
- economic outcomes are proxied by log GDP per capita in 1995, adjusted for exchange rates.
8787
- institutional differences are proxied by an index of protection against expropriation on average over 1985-95, constructed by the [Political Risk Services Group](https://www.prsgroup.com/).
8888

89-
These variables and other data used in the paper are available for download on Daron Acemoglu's [webpage](https://web.archive.org/web/20220901063129/http://economics.mit.edu/faculty/acemoglu/data/ajr2001).
89+
These variables and other data used in the paper are available for download on Daron Acemoglu's [webpage](https://economics.mit.edu/people/faculty/daron-acemoglu/data-archive).
9090

9191
We will use pandas' `.read_stata()` function to read in data contained in the `.dta` files to dataframes
9292

0 commit comments

Comments
 (0)