We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28919e0 commit 887daa7Copy full SHA for 887daa7
docs/stocksandbonds.fsx
@@ -32,7 +32,7 @@ Environment.CurrentDirectory <- __SOURCE_DIRECTORY__
32
33
34
(** Download the excel file from Robert Shiller's website to your current directory. *)
35
-download "http://www.econ.yale.edu/~shiller/data/ie_data.xls" "shiller_data.xls"
+download "https://img1.wsimg.com/blobby/go/e5e77e0b-59d1-44d9-ab25-4763ac982e53/downloads/dd6fb698-96e0-4cd2-ad91-61447f7087e2/ie_data.xls" "shiller_data.xls"
36
37
(** Now loading the excel data.*)
38
0 commit comments