Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Instruct curl to follow redirects for census.gov URLs
These examples are no longer working without the addition of `-L` to the `curl` command. Note that other examples in this same file already have the `-L` for `census.gov` URLs. Example for URL being called: ``` > curl -I http://www2.census.gov/census_2010/01-Redistricting_File--PL_94-171/California/ca2010.pl.zip HTTP/1.1 302 Moved Temporarily Location: https://www2.census.gov/census_2010/01-Redistricting_File--PL_94-171/California/ca2010.pl.zip?sec_ak_reference=18.440ad717.1589950562.829e1048 Server: BigIP Content-Length: 0 Date: Wed, 20 May 2020 04:56:02 GMT Connection: keep-alive ```
- Loading branch information