Skip to content

Commit 6079713

Browse files
authored
Merge pull request #45 from cake-duke/brokenurl
Update broken url
2 parents 37d701f + c413b01 commit 6079713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/datasets.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ncar_hash = artifact_hash("ncar", artifact_toml)
1313
if ncar_hash === nothing || !artifact_exists(ncar_hash)
1414
oldhash = ncar_hash
1515
ncar_hash = create_artifact() do artifact_dir
16-
Downloads.download("https://www.unidata.ucar.edu/software/netcdf/examples/sresa1b_ncar_ccsm3-example.nc",joinpath(artifact_dir,"ncar.nc"))
16+
Downloads.download("https://archive.unidata.ucar.edu/software/netcdf/examples/sresa1b_ncar_ccsm3-example.nc",joinpath(artifact_dir,"ncar.nc"))
1717
end
1818
if oldhash !== nothing
1919
unbind_artifact!(artifact_toml, "ncar")

0 commit comments

Comments
 (0)