Skip to content

Commit 782d5c4

Browse files
committed
Fix link
1 parent 5cc5495 commit 782d5c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/phoenix/partials/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
const monthStr = String(month + 1).padStart(2, '0');
2929
months.push({
3030
name: monthNames[month] + ' ' + year,
31-
url: 'https://aq.caltech.edu/air-sampling/phoenix/maps/' + year + '-' + monthStr + '.html',
31+
url: 'https://aq.caltech.edu/phoenix/maps/' + year + '-' + monthStr + '.html',
3232
year,
3333
month
3434
});

0 commit comments

Comments
 (0)