Skip to content

Commit

Permalink
update url
Browse files Browse the repository at this point in the history
  • Loading branch information
johnarban committed Jan 31, 2024
1 parent 8b7d2a1 commit 7487e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LocationSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export default defineComponent({
methods: {
async loadCloudCover(): Promise<void> {
return fetch('https://raw.githubusercontent.com/johnarban/solar-eclipse-2024-ds/use-median-cloud-cover/src/assets/one_deg_mean_cc.csv')
return fetch('https://raw.githubusercontent.com/johnarban/solar-eclipse-2024-ds/use-median-cloud-cover/src/assets/one_deg_median_cc.csv')
.then(response => response.text())
.then(csvData => {
this.parseData(csvData);
Expand Down

0 comments on commit 7487e45

Please sign in to comment.