Skip to content

Commit

Permalink
homework 2: use https for ssa.gov
Browse files Browse the repository at this point in the history
  • Loading branch information
kbroman committed Feb 5, 2016
1 parent a88d793 commit 2ea94dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 02_Unix/02_homework.tex
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
\begin{enumerate}
\item Use {\ttsm curl} to download the baby names data from the
Social Security Administration. \\
{\ttsm curl -O http://www.ssa.gov/oact/babynames/names.zip}
{\ttsm curl -O https://www.ssa.gov/oact/babynames/names.zip}

\item Check that the file looks okay.\\
{\ttsm unzip -t names.zip}
Expand Down

0 comments on commit 2ea94dc

Please sign in to comment.