Docs: Update expired link

Referer: 0ee61fed7f
This commit is contained in:
MeiK 2019-03-01 18:10:27 +08:00 committed by GitHub
parent 918750c3ba
commit dc30d15155
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,11 +11,11 @@ This dataset can be obtained in two ways:
Downloading data:
```bash
for s in `seq 1987 2017`
for s in `seq 1987 2018`
do
for m in `seq 1 12`
do
wget http://transtats.bts.gov/PREZIP/On_Time_On_Time_Performance_${s}_${m}.zip
wget https://transtats.bts.gov/PREZIP/On_Time_Reporting_Carrier_On_Time_Performance_1987_present_${s}_${m}.zip
done
done
```