Skip to content

Commit

Permalink
updating url in sonnets.sas
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-swenson committed Nov 15, 2020
1 parent 8d62029 commit 13c68bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fun/sonnets.sas
Expand Up @@ -146,7 +146,7 @@
%let ervar=%str(_E)RROR_;

/* Associate with text file */
filename Sonnets URL "https://dl.dropboxusercontent.com/u/13629095/Sonnets.txt";
filename Sonnets URL "https://raw.githubusercontent.com/chris-swenson/sasmacros/master/fun/Sonnets.txt";

/* Import data from text file */
data Sonnets;
Expand Down

0 comments on commit 13c68bd

Please sign in to comment.